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 ba0098e commit 81a0e8bCopy full SHA for 81a0e8b
package.json
@@ -29,6 +29,7 @@
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
+ "prepack": "npm run build",
33
"test": "npm run lint && npm run jest"
34
},
35
"version": "0.3.7",
0 commit comments