Skip to content

Commit

Permalink
[fix] Create "prepack" script to be compatible with yarn installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuky committed Jan 29, 2023
1 parent a2fec5d commit 289f031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"generate": "node ./build/generate.js",
"build": "tsup",
"prepare": "npm run build"
"prepare": "npm run build",
"prepack": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 289f031

Please sign in to comment.