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 116d46b commit 75cf023Copy full SHA for 75cf023
package.json
@@ -10,7 +10,7 @@
10
],
11
"scripts": {
12
"prepare": "husky install",
13
- "test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
+ "test": "npm run build && cross-env NODE_ENV=test jest",
14
"start": "babel-node -- src/cli/bin db.json -r routes.json",
15
"lint": "eslint . --ignore-path .gitignore",
16
"fix": "npm run lint -- --fix",
0 commit comments