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 8a4606a commit 708a52bCopy full SHA for 708a52b
package.json
@@ -11,7 +11,7 @@
11
},
12
"scripts": {
13
"prepare": "babel src --out-dir lib",
14
- "test": "mocha 'lib/**/__tests__/*' --exit",
+ "test": "npm run prepare && mocha 'lib/**/__tests__/*' --exit",
15
"format": "prettier --write 'src/**/*.js'",
16
"lint:ci": "CI=true eslint . --ignore-path .gitignore --quiet",
17
"lint": "eslint . --ignore-path .gitignore",
0 commit comments