File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins:
2323
2424 'Detecting problems before publish':
2525 plugin: 'bumped-terminal'
26- command: 'git-dirty && yarn prepublish '
26+ command: 'git-dirty && yarn prepublishOnly '
2727
2828 'Publishing at NPM':
2929 plugin: 'bumped-terminal'
Original file line number Diff line number Diff line change 101101 "prebuild" : " npm run clean" ,
102102 "prebuild:module" : " npm run clean:module" ,
103103 "precoverage" : " mkdirp .nyc_output" ,
104- "prepublish " : " npm run test && npm run nsp && npm run build && npm run build:module" ,
104+ "prepublishOnly " : " npm run test && npm run nsp && npm run build && npm run build:module" ,
105105 "prettier" : " cross-env BABEL_ENV=build babel-node ./scripts/tasks/prettier.js write" ,
106106 "prettier:check" : " cross-env BABEL_ENV=build babel-node ./scripts/tasks/prettier.js" ,
107107 "styles" : " postcss -o lib/styles/main.css src/styles/main.css && cpy lib/styles/main.css module/styles/" ,
You can’t perform that action at this time.
0 commit comments