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 360bddf commit 2da6739Copy full SHA for 2da6739
package.json
@@ -25,7 +25,8 @@
25
"scripts": {
26
"build": "microbundle -f cjs --no-compress --external all",
27
"docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
28
- "test": "jest --coverage"
+ "test": "jest --coverage",
29
+ "prepare": "npm run build"
30
},
31
"babel": {
32
"presets": [
0 commit comments