Fix missing build script in build-package.json
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
d7c6308545
commit
2271450a6b
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"scripts": {
|
||||||
|
"build": "asbundle app/index.js public/assets/app.js && asbundle app/admin/admin.js public/assets/admin.js"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asbundle": "^2.6.1",
|
"asbundle": "^2.6.1",
|
||||||
"mithril": "^2.2.2",
|
"mithril": "^2.2.2",
|
||||||
|
|
Loading…
Reference in a new issue