Skip to content

Commit cc16d59

Browse files
committed
Run "npm install" first on "npm run all"
Fixes issue where "npm run lint" fails on missing eslint plugin.
1 parent 2e617e9 commit cc16d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint src/**/*.ts",
1212
"package": "ncc build --source-map --license licenses.txt",
1313
"test": "jest",
14-
"all": "npm run format-check && npm run lint && npm test && npm run build && npm run package"
14+
"all": "npm install && npm run format-check && npm run lint && npm test && npm run build && npm run package"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)