Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 2b4f9a1

Browse files
committed
chore: update package.json scripts
1 parent f049b52 commit 2b4f9a1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

apps/cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"build": "sanity build",
2929
"check-types": "tsc",
30-
"clean": "rm -rf .sanity .turbo dist node_modules",
30+
"clean": "rm -rf .sanity .turbo dist node_modules tsconfig.tsbuildinfo",
3131
"deploy": "sanity deploy",
3232
"dev": "sanity dev",
3333
"prebuild": "pnpm schema-extract && pnpm typegen-generate",

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"scripts": {
4040
"build": "storybook build",
4141
"check-types": "tsc",
42-
"clean": "rm -rf .next .turbo coverage node_modules storybook-static",
42+
"clean": "rm -rf .next .turbo coverage node_modules storybook-static tsconfig.tsbuildinfo",
4343
"coverage": "vitest run --coverage",
4444
"dev": "storybook dev -p 6006 --no-open",
4545
"test": "vitest",

apps/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"clean": "rm -rf .next .turbo coverage node_modules next-env.d.ts tsconfig.tsbuildinfo",
3737
"coverage": "vitest run --coverage",
3838
"dev": "next dev --turbopack",
39-
"lint": "next lint",
4039
"start": "next start",
4140
"test": "vitest",
4241
"ui": "vitest ui"

0 commit comments

Comments
 (0)