Skip to content

Commit f3b3a03

Browse files
committed
add script for yarn add from github
1 parent 3c206c4 commit f3b3a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"homepage": "https://github.com/modzy/sdk-javascript#readme",
1919
"scripts": {
2020
"prepare": "babel src --out-dir=dist",
21+
"prepack": "babel src --out-dir=dist",
2122
"docs": "jsdoc -c jsdoc.json",
2223
"build": "babel src --out-dir=dist",
2324
"test": "jest --detectOpenHandles"

0 commit comments

Comments
 (0)