Skip to content

Commit

Permalink
Add version script
Browse files Browse the repository at this point in the history
  • Loading branch information
beholdr committed Nov 17, 2023
1 parent 5b7adcd commit 9d329ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"build": "vite build",
"test": "vitest run",
"coverage": "vitest run --coverage",
"check": "svelte-check --tsconfig ./tsconfig.json"
"check": "svelte-check --tsconfig ./tsconfig.json",
"version": "npm run build && npm test"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
Expand Down

0 comments on commit 9d329ff

Please sign in to comment.