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

Commit 047fd93

Browse files
committed
adding preinstall script
1 parent 59b04c2 commit 047fd93

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+
"preinstall": "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)