Skip to content

Commit

Permalink
chore: standardize npm script names
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 29, 2023
1 parent 356a16d commit 5a88c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"fetch:sponsors": "node tools/fetch-sponsors.js",
"fetch:team": "node tools/fetch-team-data.js",
"install:playground": "cd src/playground && npm install --no-package-lock",
"lint": "npm-run-all --parallel lint:*",
"lint": "npm-run-all --parallel lint:js lint:md lint:scss",
"lint:fix": "npm-run-all --parallel lint:fix:*",
"lint:js": "eslint --ext=.js,.jsx .",
"lint:fix:js": "eslint --ext=.js,.jsx . --fix",
Expand Down

0 comments on commit 5a88c25

Please sign in to comment.