Skip to content

Commit

Permalink
chore: update prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jan 10, 2025
1 parent b3ef849 commit 1b265f0
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 @@ -36,7 +36,7 @@
"lint:biome": "biome check",
"lint:biome:fix": "biome check --write",
"lint:typecheck": "tsc --noEmit",
"prepublish": "pnpm clean:dist && pnpm lint && pnpm test && pnpm build",
"prepublish": "pnpm clean:dist && pnpm lint && pnpm vitest run && pnpm build",
"test": "vitest",
"typedoc:docs": "typedoc",
"typedoc:debug": "typedoc --logLevel Verbose"
Expand Down

0 comments on commit 1b265f0

Please sign in to comment.