Skip to content

Commit b969a02

Browse files
authored
Merge pull request OSSPhilippines#19 from ianvizarra/dev
Added npm scripts (start, dev)
2 parents 6dbbdb3 + cac5f45 commit b969a02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
],
2121
"main": "app.js",
2222
"scripts": {
23-
"test": "echo \"Error: no test specified\" && exit 1"
23+
"start": "node app.js",
24+
"dev": "nodemon app.js"
2425
},
2526
"author": "Waren Gonzaga",
2627
"license": "MIT",

0 commit comments

Comments
 (0)