Skip to content

Commit

Permalink
rm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Nov 18, 2024
1 parent eac37ff commit 08bfa80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package --watch",
"build": "vite build",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write src",
Expand Down

0 comments on commit 08bfa80

Please sign in to comment.