Skip to content

Commit 262bc07

Browse files
committed
Add prepare script
1 parent 8cffd35 commit 262bc07

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
@@ -57,6 +57,7 @@
5757
},
5858
"scripts": {
5959
"build": "rimraf dist && rollup -c && babel dist/cjs --out-dir dist/cjs && babel dist/esm --out-dir dist/esm",
60-
"test": "echo \"TBD\" && exit 0"
60+
"test": "echo \"TBD\" && exit 0",
61+
"prepare": "yarn build"
6162
}
6263
}

0 commit comments

Comments
 (0)