Skip to content

Commit 91c4835

Browse files
committed
fix check
1 parent 4844e58 commit 91c4835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:website": "node scripts/buildNumber.cjs alpha false && npm run build -w website",
1616
"setup": "node scripts/buildNumber.cjs alpha false && node scripts/build.js",
1717
"rename": "node scripts/rename.js",
18-
"check": "svelte-check && tsc --noEmit && eslint .",
18+
"check": "svelte-check && tsc --noEmit",
1919
"tauri": "tauri"
2020
},
2121
"workspaces": [

0 commit comments

Comments
 (0)