We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe7942 commit 01b2bddCopy full SHA for 01b2bdd
package.json
@@ -15,7 +15,7 @@
15
"prettier:diff": "yarn nit:source",
16
"lint-heading-ids": "node scripts/headingIdLinter.js",
17
"fix-headings": "node scripts/headingIdLinter.js --fix",
18
- "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss",
+ "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids",
19
"tsc": "tsc --noEmit",
20
"start": "next start",
21
"postinstall": "is-ci || husky install .husky",
0 commit comments