We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f86cc commit af07d8bCopy full SHA for af07d8b
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"test": "test"
9
},
10
"scripts": {
11
- "test": "cross-env NODE_ENV=test jest && npm run lint",
+ "test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
12
"start": "run-p start:**",
13
"start:babel-node": "babel-node src/cli/bin db.json -r routes.json",
14
"start:webpack": "webpack -d --watch",
0 commit comments