Skip to content

Commit c92eb61

Browse files
committed
chore: add prepublishOnly to package.json
1 parent 052ad34 commit c92eb61

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
@@ -11,6 +11,7 @@
1111
"docs": "typedoc",
1212
"build": "tsc",
1313
"prepare": "tsc",
14+
"prepublishOnly": "yarn install --frozen-lockfile && yarn build",
1415
"postpublish": "git add package.json && git tag v%npm_package_version% && git commit -m \"chore: version update %npm_package_version%\" && git push --tags"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)