File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 17
17
"format:check-fix:prettier" : " run-e format:check:prettier format:fix:prettier" ,
18
18
"format:check:prettier" : " cross-env-shell prettier --check $npm_package_config_prettier" ,
19
19
"format:fix:prettier" : " cross-env-shell prettier --write $npm_package_config_prettier" ,
20
- "prepublishOnly" : " run-s prepublishOnly:*" ,
21
- "prepublishOnly:checkout" : " git checkout main" ,
22
- "prepublishOnly:pull" : " git pull" ,
23
- "prepublishOnly:install" : " npm ci" ,
24
- "prepublishOnly:test" : " npm test" ,
20
+ "prepublishOnly" : " npm ci && npm test" ,
25
21
"pretest:demo" : " cd demo && npm ci && netlify build --cwd . --offline" ,
26
22
"pretest:fixtures" : " run-s pretest:fixtures:*" ,
27
23
"pretest:fixtures:non-angular-project" : " cd tests/fixtures/non-angular-project && npm ci" ,
You can’t perform that action at this time.
0 commit comments