Skip to content

Commit

Permalink
chore(scripts): add npm build command alias because I keep trying to …
Browse files Browse the repository at this point in the history
…run it out of habit
  • Loading branch information
b-kelly committed Oct 4, 2022
1 parent f688f5c commit 0d14c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"src/**/*"
],
"scripts": {
"start": "ts-node ./server.ts",
"start": "npm run build",
"build": "ts-node ./server.ts",
"prepublishOnly": "npm start"
},
"devDependencies": {
Expand Down

0 comments on commit 0d14c2e

Please sign in to comment.