Skip to content

Commit cac5f45

Browse files
committed
Added npm scripts (start, dev)
1 parent 6dbbdb3 commit cac5f45

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)