Skip to content

Commit 40b995b

Browse files
committed
1 parent 4229108 commit 40b995b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
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/",

0 commit comments

Comments
 (0)