diff --git a/package.json b/package.json index c05c938..92f33f3 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "build:debug": "webpack --config conf/webpack.debug.config.js --sort-modules-by size", "build:docs/toc": "markdown-toc --no-first1 -i README.md && markdown-toc --no-first1 -i API.md && markdown-toc --no-first1 -i GUIDE.md && markdown-toc --no-first1 -i CHANGELOG.md && markdown-toc --no-first1 -i FAQ.md ", "build:es5": "babel src --out-dir ./dist/es5/ --presets babel-preset-env --plugins babel-plugin-transform-runtime", - "release": "npm run build && npm publish" + "prepublishOnly": "npm run build" }, "standard": { "env": "mocha",