Skip to content

Commit 70e93ad

Browse files
committed
fix: remove check script in packages
1 parent 211087d commit 70e93ad

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

apps/browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"dev": "doppler run -- plasmo dev",
99
"build": "plasmo build",
1010
"package": "plasmo package",
11-
"check": "biome check",
1211
"check:types": "tsc -noEmit"
1312
},
1413
"dependencies": {

apps/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "astro dev",
88
"build": "astro build",
99
"preview": "astro preview",
10-
"astro": "astro",
11-
"check": "biome check"
10+
"astro": "astro"
1211
},
1312
"dependencies": {
1413
"@astrojs/starlight": "^0.36.2",

apps/scraper/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"scripts": {
66
"dev": "wrangler dev",
77
"deploy": "wrangler deploy --minify",
8-
"check": "biome check",
98
"check:types": "tsc --noEmit",
109
"db:studio:local": "drizzle-kit studio --config=drizzle-dev.config.ts",
1110
"db:studio:remote": "drizzle-kit studio --config=drizzle-prod.config.ts",

apps/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"dev": "doppler run -- next dev --turbopack",
88
"build": "next build --turbopack",
99
"start": "next start",
10-
"check": "biome check",
1110
"check:types": "tsc --noEmit"
1211
},
1312
"packageManager": "[email protected]",

packages/server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"scripts": {
66
"dev": "doppler run -- convex dev",
77
"dashboard": "convex dashboard",
8-
"check": "biome check",
98
"check:types": "tsc --noEmit",
109
"seed:configs": "convex import --table appConfigs --replace seed/appConfigs.json",
1110
"seed": "bun seed/seed.ts"

0 commit comments

Comments
 (0)