mirror of https://github.com/waku-org/waku-lab.git
chore: make dogfooding run in production (#77)
This commit is contained in:
parent
1d033912be
commit
fcbf3539e0
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"build": "webpack --config webpack.config.js --mode production",
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue