Skip to content

Commit

Permalink
📦 Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raycharius committed Oct 3, 2021
1 parent c7dfaa0 commit 3cae139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"build": "tsc -p ./tsconfig.json",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint 'src/**/*.ts' --fix",
"prestart": "npm run build",
"start": "node ./dist/app",
"prestart:local": "npm run build",
"start:local": "nodemon -L ./dist/server"
},
"dependencies": {
Expand Down

0 comments on commit 3cae139

Please sign in to comment.