Skip to content

Commit 5c83a10

Browse files
fix
1 parent 3cffe29 commit 5c83a10

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"build": "next build",
77
"dev": "next dev",
88
"start": "next start",
9+
"check": "biome check --write .",
910
"postinstall": "fumadocs-mdx"
1011
},
1112
"dependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"scripts": {
55
"build": "turbo build",
66
"dev": "turbo dev",
7-
"lint": "turbo lint",
7+
"check": "turbo check",
88
"prepare": "husky",
9-
"publish-packages": "turbo run build lint && changeset version && changeset publish"
9+
"publish-packages": "turbo run build && changeset publish"
1010
},
1111
"devDependencies": {
1212
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)