Skip to content

Commit

Permalink
chore: add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 17, 2024
1 parent f289b3a commit 984edb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,8 @@
"dist"
],
"scripts": {
"prepack": "unbuild",
"build": "unbuild",
"prepack": "pnpm build",
"dev": "vitest",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint && prettier -c src test",
Expand Down

0 comments on commit 984edb6

Please sign in to comment.