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