Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 1491559

Browse files
committed
run build on postinstall instead of prepare
1 parent a432cd2 commit 1491559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"prepare": "npm run build",
8+
"postinstall": "npm run build",
99
"prepublishOnly": "npm test && npm run lint",
1010
"preversion": "npm run lint",
1111
"version": "npm run prettier-format && git add -A src",

0 commit comments

Comments
 (0)