Skip to content

Commit

Permalink
Update npm run dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 13, 2023
1 parent 190e815 commit c95ee80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "",
"scripts": {
"build": "tsc --build tsconfig.json",
"dev": "NODE_ENV=development npx ergol app.ts -c ergol.config.json",
"dev": "NODE_ENV=development ergol app.ts -c ergol.config.json",
"test": "jest --verbose --passWithNoTests",
"lint": "eslint ./lib --ext .ts --config .eslintrc.json"
},
Expand Down

0 comments on commit c95ee80

Please sign in to comment.