added build script
This commit is contained in:
parent
517d1b2a95
commit
652a2c3728
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
"description": "an npm package that exports a customizeable spee.ch server",
|
"description": "an npm package that exports a customizeable spee.ch server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build" : "builder run bundle",
|
||||||
|
"prebundle": "npm run transpile",
|
||||||
"bundle": "webpack --config webpack.config.js",
|
"bundle": "webpack --config webpack.config.js",
|
||||||
"bundle:dev": "webpack --config webpack.config.js --watch",
|
"bundle:dev": "webpack --config webpack.config.js --watch",
|
||||||
"configure": "node cli/configure.js",
|
"configure": "node cli/configure.js",
|
||||||
|
|
Loading…
Reference in a new issue