Skip to content

Commit

Permalink
fix: replace hook with prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Jul 22, 2022
1 parent 23cdb87 commit 7a569bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"compile": "tsc",
"build-fixture": "astro --root test/components/fixture/ build",
"prepare": "pnpm compile",
"prepublishOnly": "pnpm compile",
"test-component": "pnpm build-fixture && npx uvu test/components .test.js",
"test-lib": "npx uvu -r tsm test/lib ",
"test-ts": "npx tsc --noEmit test/*.test-ts.ts",
Expand Down

0 comments on commit 7a569bc

Please sign in to comment.