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 2fcfd55 commit b3ef5ecCopy full SHA for b3ef5ec
packages/site/package.json
@@ -8,7 +8,7 @@
8
"build": "GATSBY_TELEMETRY_DISABLED=1 gatsby build",
9
"clean": "rimraf public",
10
"lint": "yarn lint:eslint && yarn lint:misc --check",
11
- "lint:eslint": "npx eslint . --cache --ext js,ts",
+ "lint:eslint": "yarn eslint . --cache --ext js,ts",
12
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
13
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore",
14
"start": "GATSBY_TELEMETRY_DISABLED=1 gatsby develop"
0 commit comments