Skip to content

Commit

Permalink
Make tests work with publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
claudijo committed Apr 29, 2024
1 parent 2850a57 commit b8b166c
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 @@ -10,7 +10,8 @@
"build": "rimraf dist && tsc",
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts --watch src",
"test": "jest --watch",
"test": "jest",
"watch": "jest --watch",
"lint": "tslint --project tsconfig.json",
"coverage": "jest --coverage"
},
Expand Down

0 comments on commit b8b166c

Please sign in to comment.