mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Merge pull request #926 from tabcat/publish-dist
build dist before publishing
This commit is contained in:
commit
2648c87841
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user