Skip to content

Commit 0f2dc62

Browse files
committed
Update
1 parent d44126b commit 0f2dc62

File tree

3 files changed

+2
-494
lines changed

3 files changed

+2
-494
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: pnpm install
2828

2929
- name: Run Unit Tests
30-
run: pnpm vitest run
30+
run: pnpm run test:unit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "svelte-kit sync && svelte-package",
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
12-
"test:unit": "svelte-kit sync && vitest",
12+
"test:unit": "svelte-kit sync && vitest run",
1313
"lint": "prettier --plugin-search-dir . --check . && eslint .",
1414
"format": "prettier --plugin-search-dir . --write .",
1515
"release": "svelte-kit sync && svelte-package && publint && changeset publish"

0 commit comments

Comments
 (0)