Skip to content

Commit

Permalink
🔨 chore(core): Replace prepublish script with prepare (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Nov 6, 2023
1 parent 0ef10b2 commit 45b4976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "biome check . --apply",
"lint:check": "biome check . --verbose",
"lint:unsafe": "biome check . --apply-unsafe",
"prepublish": "pnpm run build",
"prepare": "pnpm run build",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 45b4976

Please sign in to comment.