Skip to content

Commit b3ef5ec

Browse files
committed
Remove npx from site
1 parent 2fcfd55 commit b3ef5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "GATSBY_TELEMETRY_DISABLED=1 gatsby build",
99
"clean": "rimraf public",
1010
"lint": "yarn lint:eslint && yarn lint:misc --check",
11-
"lint:eslint": "npx eslint . --cache --ext js,ts",
11+
"lint:eslint": "yarn eslint . --cache --ext js,ts",
1212
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
1313
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore",
1414
"start": "GATSBY_TELEMETRY_DISABLED=1 gatsby develop"

0 commit comments

Comments
 (0)