Add missing start script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e3e49eac21
commit
f61a286f81
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"description": "A Landing Page for Cliffbreak",
|
"description": "A Landing Page for Cliffbreak",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "node app",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue