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 1717 "format:check-fix:prettier" : " run-e format:check:prettier format:fix:prettier" ,
1818 "format:check:prettier" : " cross-env-shell prettier --check $npm_package_config_prettier" ,
1919 "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" ,
2521 "pretest:demo" : " cd demo && npm ci && netlify build --cwd . --offline" ,
2622 "pretest:fixtures" : " run-s pretest:fixtures:*" ,
2723 "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