Skip to content

Commit 2da6739

Browse files
committed
add prepare script
1 parent 360bddf commit 2da6739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"scripts": {
2626
"build": "microbundle -f cjs --no-compress --external all",
2727
"docs": "documentation readme -q --no-markdown-toc -a public -s Usage --sort-order alpha src",
28-
"test": "jest --coverage"
28+
"test": "jest --coverage",
29+
"prepare": "npm run build"
2930
},
3031
"babel": {
3132
"presets": [

0 commit comments

Comments
 (0)