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

Commit c1f1efb

Browse files
authored
Merge pull request #2 from RA80533/fix/npm-scripts--prepublish
Change `prepublish` to `prepublishOnly`
2 parents 6e23f94 + 4e0a215 commit c1f1efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"source-map": "^0.7.2"
2929
},
3030
"scripts": {
31-
"prepublish": "yarn build",
31+
"prepublishOnly": "yarn build",
3232
"build": "tsc",
3333
"start": "ts-node src/index.ts"
3434
},

0 commit comments

Comments
 (0)