Add yarn build
script
This commit is contained in:
parent
9e50293e67
commit
2a70e68241
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "npx webpack-dev-server --config webpack/development.js",
|
"dev": "npx webpack-dev-server --config webpack/development.js",
|
||||||
|
"build": "npx webpack --config webpack/development.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
Loading…
Reference in a new issue