We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublishOnly
1 parent 9d8a307 commit cd7b2f5Copy full SHA for cd7b2f5
package.json
@@ -33,7 +33,7 @@
33
"predocs": "npm run clean:build; mkdir -p build && npm run favicon",
34
"docs": "NODE_ENV=production webpack --progress",
35
"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"
+ "prepublishOnly": "npm run lint && npm run type && npm run test:coverage && NODE_ENV=production BABEL_ENV=production npm run build"
37
},
38
"repository": "git@github.com:sugarshin/draft-js-checkable-list-plugin.git",
39
"author": "Shingo Sato <shinsugar@gmail.com>",
0 commit comments