Add missing start script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Giesel 2019-09-24 10:31:22 +00:00
parent e3e49eac21
commit f61a286f81

View file

@ -4,6 +4,7 @@
"description": "A Landing Page for Cliffbreak",
"main": "app.js",
"scripts": {
"start": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {