nfp_moe: Fix typo in package.json
All checks were successful
/ deploy (push) Successful in -53h46m37s
All checks were successful
/ deploy (push) Successful in -53h46m37s
This commit is contained in:
parent
2d7101d666
commit
fad7acd5f7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"build": "asbundle app/index.js public/assets/app.js && asbundle app/admin/admin.js public/assets/admin.js",
|
||||
"dev:build": "npm-watch build",
|
||||
"dev:server": "node index.mjs | bunyan",
|
||||
"dev": "npm-watch dev:server",
|
||||
"dev": "npm-watch dev:server"
|
||||
},
|
||||
"watch": {
|
||||
"dev:server": {
|
||||
|
|
Loading…
Reference in a new issue