Skip to content

Commit 6fa0a35

Browse files
committed
update package.json
1 parent 5c1b9a9 commit 6fa0a35

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.circleci/config.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -74,41 +74,6 @@ jobs:
7474
name: Lint Markdown files
7575
command: pnpm lint
7676

77-
# links:
78-
# executor: rust
79-
# steps:
80-
# - checkout:
81-
# path: docs
82-
# - run:
83-
# name: Checkout lycheeverse/lychee
84-
# command: |
85-
# git clone https://github.com/lycheeverse/lychee.git lychee
86-
87-
# - restore_cache:
88-
# keys:
89-
# - v1-rust-cache-{{ checksum "lychee/Cargo.lock" }}
90-
# - v1-rust-cache-
91-
92-
# - run:
93-
# name: Build Lychee
94-
# command: |
95-
# cd lychee
96-
# cargo build --release
97-
98-
# - save_cache:
99-
# key: v1-rust-cache-{{ checksum "lychee/Cargo.lock" }}
100-
# paths:
101-
# - ~/.cargo/registry
102-
# - ~/.cargo/git
103-
# - lychee/target
104-
105-
# - run:
106-
# name: Run Lychee link checker
107-
# command: |
108-
# export PATH=$PATH:$HOME/project/lychee/target/release
109-
# cd docs
110-
# lychee --config ./lychee.toml --quiet "./pages"
111-
11277
links:
11378
executor: ubuntu
11479
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "Optimism Docs",
55
"scripts": {
6-
"lint": "eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint && pnpm check-breadcrumbs && pnpm check-redirects",
6+
"lint": "eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint && pnpm check-breadcrumbs && pnpm check-redirects && pnpm linkfix",
77
"fix": "eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm breadcrumbs && pnpm fix-redirects",
88
"spellcheck:lint": "cspell lint \"**/*.mdx\"",
99
"spellcheck:fix": "cspell --words-only --unique \"**/*.mdx\" | sort --ignore-case | uniq > words.txt",

0 commit comments

Comments
 (0)