Skip to content

Commit

Permalink
add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
felixtanhm committed Feb 20, 2024
1 parent 1a1824d commit 4760480
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A basic info site to learn Express",
"main": "app.js",
"scripts": {
"dev": "node --watch app"
"dev": "node --watch app",
"build": "node app"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 4760480

Please sign in to comment.