Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostebony committed Aug 13, 2023
1 parent b4794b8 commit ab1d91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin=prettier-plugin-svelte --check . && eslint .",
"format": "prettier --plugin=prettier-plugin-svelte --write .",
"format": "prettier --plugin=prettier-plugin-svelte --write ."
},
"packageManager": "pnpm@8.6.3",
"engines": {
Expand Down

0 comments on commit ab1d91c

Please sign in to comment.