Skip to content

Commit

Permalink
Add experimental release script
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Aug 14, 2024
1 parent 3722208 commit 8fd12a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"release:minor": "npm run release -- --release-as minor",
"release:patch": "npm run release -- --release-as patch",
"release:rc": "npm run release -- --prerelease rc",
"release:experimental": "npm run release -- --prerelease",
"test": "npm run test:unit",
"test:unit": "vitest --environment jsdom",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
Expand Down

0 comments on commit 8fd12a7

Please sign in to comment.