Skip to content

Commit

Permalink
Package update to prevent an unneccesary build of wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
lamemakes committed Feb 27, 2024
1 parent 15ea61d commit db3dce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "npm run wasm && vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "npm run wasm && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"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 --plugin prettier-plugin-tailwindcss --check . && eslint .",
"format": "prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --write .",
Expand Down

0 comments on commit db3dce4

Please sign in to comment.