corrected lint and format scripts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
pnpm lint
|
||||
# If not using pnpm, switch this to your package manager
|
||||
pnpm format
|
||||
pnpm lint
|
||||
|
@@ -18,7 +18,7 @@
|
||||
"dev": "tauri dev",
|
||||
"format": "prettier --write .",
|
||||
"postinstall": "husky install",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"lint": "eslint .",
|
||||
"svelte:build": "vite build",
|
||||
"svelte:check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"svelte:dev": "vite dev",
|
||||
|
1738
pnpm-lock.yaml
generated
1738
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user