Skip to content

Commit

Permalink
Add Release Script
Browse files Browse the repository at this point in the history
  • Loading branch information
bertybot authored Nov 1, 2023
1 parent bc85a77 commit 7299f1c
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 @@ -12,7 +12,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
"format": "prettier --plugin-search-dir . --write .",
"release": "svelte-kit sync && svelte-package && publint && changeset publish"
},
"keywords": [
"svelte",
Expand Down

0 comments on commit 7299f1c

Please sign in to comment.