Skip to content

Commit

Permalink
Remove build command form start script
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-galb committed Jun 7, 2021
1 parent 34317af commit f6c34a6
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 @@ -6,7 +6,7 @@
"scripts": {
"start:dev": "nodemon",
"build": "rimraf ./dist && tsc",
"start": "npm run build && node dist/index.js",
"start": "node dist/index.js",
"cy:run": "cypress run",
"cy:open": "cypress open",
"db:drop": "echo 'db.dropDatabase()' | mongo test"
Expand Down

0 comments on commit f6c34a6

Please sign in to comment.