Skip to content

Commit

Permalink
update check script
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 21, 2023
1 parent 8f77fb0 commit 4deb6e5
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 @@ -13,7 +13,7 @@
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "pnpm run package",
"test": "pnpm run test:integration && pnpm run test:unit",
"check": "pnpm build:content svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check": "pnpm build:content && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
Expand Down

0 comments on commit 4deb6e5

Please sign in to comment.