Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 3, 2023
1 parent 7e41f3b commit 2d4e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:preact": "microbundle --define process.env.NODE_ENV=production --external preact --name hoofd --no-compress --output preact/dist --alias react=./preact/preact.ts && cp ./preact/dist/hoofd.module.js ./preact/dist/hoofd.mjs",
"build:ci": "microbundle --define process.env.NODE_ENV=production --external preact --name hoofd --output dist/",
"test": "vitest",
"prepublishOnly": "pnpm test && pnpm lint && pnpm build",
"prepublishOnly": "pnpm build",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit 2d4e020

Please sign in to comment.