Skip to content

Commit

Permalink
chore: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Mar 21, 2023
1 parent 116d46b commit 75cf023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"prepare": "husky install",
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
"test": "npm run build && cross-env NODE_ENV=test jest",
"start": "babel-node -- src/cli/bin db.json -r routes.json",
"lint": "eslint . --ignore-path .gitignore",
"fix": "npm run lint -- --fix",
Expand Down

0 comments on commit 75cf023

Please sign in to comment.