Skip to content

Commit

Permalink
fix:commands
Browse files Browse the repository at this point in the history
  • Loading branch information
burcuicen committed Dec 4, 2023
1 parent 656d401 commit c1d338d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js"
"start": "nodemon src/index.js",
"dev": "node src/index.js",
"build": "echo 'No build step required'"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit c1d338d

Please sign in to comment.