Skip to content

Commit

Permalink
Fix incorrect package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ricetech committed Aug 31, 2021
1 parent 0a5d0e1 commit 049b8cc
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 @@ -14,8 +14,9 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tsc && (cd build && pm2 start index.js)",
"start:dev": "nodemon",
"build": "npx tsc src/index.ts",
"build": "npx tsc",
"lint": "eslint . --ext .ts"
},
"author": "ricetech",
Expand Down

0 comments on commit 049b8cc

Please sign in to comment.