Skip to content

Commit

Permalink
adapt build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Dec 21, 2023
1 parent 1ffc6a8 commit 8fd1ff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:prod": "TEST_ENV=production playwright test",
"test:build": "pnpm install && pnpm build",
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:assert": "pnpm test:prod"
},
"dependencies": {
Expand Down

0 comments on commit 8fd1ff3

Please sign in to comment.