Skip to content

Commit af07d8b

Browse files
committed
fix npm test
1 parent 99f86cc commit af07d8b

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
@@ -8,7 +8,7 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"test": "cross-env NODE_ENV=test jest && npm run lint",
11+
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
1212
"start": "run-p start:**",
1313
"start:babel-node": "babel-node src/cli/bin db.json -r routes.json",
1414
"start:webpack": "webpack -d --watch",

0 commit comments

Comments
 (0)