Skip to content

Commit

Permalink
[fix] Change "prepare" and "prepack" script to "postinstall" to be co…
Browse files Browse the repository at this point in the history
…mpatible with yarn installation (I'm testing if it works)
  • Loading branch information
Azuky committed Jan 29, 2023
1 parent 289f031 commit c1879b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"scripts": {
"generate": "node ./build/generate.js",
"build": "tsup",
"prepare": "npm run build",
"prepack": "npm run build"
"postinstall": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c1879b8

Please sign in to comment.