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 67ea00d commit 626f09bCopy full SHA for 626f09b
package.json
@@ -29,7 +29,8 @@
29
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
30
"lint": "npm run lint:js",
31
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
32
- "test": "npm run lint && npm run jest"
+ "test": "npm run lint && npm run jest",
33
+ "prepare": "npm run build"
34
},
35
"version": "0.6.1",
36
"dependencies": {
0 commit comments