Skip to content

Commit

Permalink
Merge pull request #57 from valiantlynx:working
Browse files Browse the repository at this point in the history
npm
  • Loading branch information
valiantlynx authored Apr 8, 2024
2 parents 40b6f56 + 83c7ce1 commit 3fe2bab
Show file tree
Hide file tree
Showing 2 changed files with 4,483 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"scripts": {
"dev": "vite --host",
"build": "vite build && pnpm run package",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"release": "pnpm run package && npx changeset publish",
"release": "npm run package && npx changeset publish",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
Expand Down
Loading

0 comments on commit 3fe2bab

Please sign in to comment.