Add build script
This commit is contained in:
parent
eaf17bc646
commit
c64fa11f3a
@ -6,7 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server -d --inline --config webpack.config.js",
|
"start": "webpack-dev-server -d --inline --config webpack.config.js",
|
||||||
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
|
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
|
||||||
"test:watch": "npm test -- --watch"
|
"test:watch": "npm test -- --watch",
|
||||||
|
"build": "webpack --config webpack.config.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"netlify",
|
"netlify",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user