Skip to content

Commit 56e5d26

Browse files
committed
Don't clean files that might be written to
1 parent e1dd635 commit 56e5d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema-to-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"scripts": {
34-
"clean": "rimraf dist .tshy .tshy-build .turbo",
34+
"clean": "rimraf dist",
3535
"build": "pnpm run clean && pnpm run build:tshy && pnpm run update-version",
3636
"build:tshy": "tshy",
3737
"dev": "tshy --watch",

0 commit comments

Comments
 (0)