Skip to content

Commit cd7b2f5

Browse files
committed
Use prepublishOnly
1 parent 9d8a307 commit cd7b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"predocs": "npm run clean:build; mkdir -p build && npm run favicon",
3434
"docs": "NODE_ENV=production webpack --progress",
3535
"postdocs": "gh-pages -x -m 'Update [ci skip]' -d build -r https://github.com/sugarshin/draft-js-checkable-list-plugin.git",
36-
"prepublish": "npm run lint && npm run type && npm run test:coverage && NODE_ENV=production BABEL_ENV=production npm run build"
36+
"prepublishOnly": "npm run lint && npm run type && npm run test:coverage && NODE_ENV=production BABEL_ENV=production npm run build"
3737
},
3838
"repository": "git@github.com:sugarshin/draft-js-checkable-list-plugin.git",
3939
"author": "Shingo Sato <shinsugar@gmail.com>",

0 commit comments

Comments
 (0)