Skip to content

Commit

Permalink
build: remove clean task (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 19, 2024
1 parent e11c274 commit 59457d4
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 @@ -4,7 +4,7 @@
"scripts": {
"lint": "biome lint .",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "turbo clean && turbo build && changeset publish"
"ci:publish": "turbo build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
Expand Down

0 comments on commit 59457d4

Please sign in to comment.