Skip to content

Commit

Permalink
fix: Fix accidental inclusion of postinstall rather than prepare scri…
Browse files Browse the repository at this point in the history
…pt (#138)
  • Loading branch information
kitten authored Feb 10, 2023
1 parent ad413ef commit 7ef7da9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-bears-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'wonka': patch
---

Fix accidental addition of `postinstall` script rather than `prepare` script.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build": "rollup -c scripts/rollup.config.mjs",
"clean": "rimraf dist node_modules/.cache",
"prepublishOnly": "run-s clean build check test",
"postinstall": "node ./scripts/postinstall.js"
"prepare": "node ./scripts/prepare.js"
},
"repository": "https://github.com/0no-co/wonka",
"bugs": {
Expand Down
File renamed without changes.

0 comments on commit 7ef7da9

Please sign in to comment.