Skip to content

Commit

Permalink
build: add missing dev-deps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Jun 4, 2022
1 parent 0d52c89 commit 9160c76
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "rm -rf build && tsc",
"start": "node build/src/index.js",
"test": "npx ts-node test/test.ts",
"test": "ts-node test/test.ts",
"start:prod": "npm run build && node build/src/index.js",
"start:dev": "nodemon src/index.ts",
"lint": "npx eslint . --ext .ts",
Expand Down Expand Up @@ -34,6 +34,7 @@
"eslint": "^7.32.0",
"nodemon": "^2.0.15",
"npx": "^10.2.2",
"ts-node": "^10.8.1",
"typescript": "4.6.3"
},
"engines": {
Expand Down

0 comments on commit 9160c76

Please sign in to comment.