File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 18
18
"format:check-fix:prettier" : " run-e format:check:prettier format:fix:prettier" ,
19
19
"format:check:prettier" : " cross-env-shell prettier --check $npm_package_config_prettier" ,
20
20
"format:fix:prettier" : " cross-env-shell prettier --write $npm_package_config_prettier" ,
21
- "prepublishOnly" : " prepublishOnly:*" ,
22
- "prepublishOnly:transpile" : " npm-run-all -l -s clean build" ,
23
- "prepublishOnly:checkout" : " git checkout main" ,
24
- "prepublishOnly:pull" : " git pull" ,
25
- "prepublishOnly:install" : " npm ci" ,
26
- "prepublishOnly:test" : " npm test" ,
21
+ "prepublishOnly" : " run-s publish:pull publish:install clean build test" ,
22
+ "publish:pull" : " git pull" ,
23
+ "publish:install" : " npm ci" ,
24
+ "publish:test" : " npm test" ,
27
25
"test" : " run-s build:demo test:jest" ,
28
26
"test:jest" : " jest" ,
29
27
"prepare" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments