Skip to content

Commit 75cf023

Browse files
authored
chore: update test script
1 parent 116d46b commit 75cf023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"prepare": "husky install",
13-
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
13+
"test": "npm run build && cross-env NODE_ENV=test jest",
1414
"start": "babel-node -- src/cli/bin db.json -r routes.json",
1515
"lint": "eslint . --ignore-path .gitignore",
1616
"fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)