added build script

This commit is contained in:
bill bittner 2018-08-01 11:45:14 -07:00
parent 517d1b2a95
commit 652a2c3728

View file

@ -4,6 +4,8 @@
"description": "an npm package that exports a customizeable spee.ch server",
"main": "index.js",
"scripts": {
"build" : "builder run bundle",
"prebundle": "npm run transpile",
"bundle": "webpack --config webpack.config.js",
"bundle:dev": "webpack --config webpack.config.js --watch",
"configure": "node cli/configure.js",