Skip to content

Commit

Permalink
chore: global release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 18, 2024
1 parent 031043b commit 1bdcc69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"build": "run-s build:core build:plugin build:examples",
"test": "pnpm run -r --sequential test",
"test:typecheck": "pnpm run -r test:typecheck",
"release": "pnpm run -r release",
"release:minor": "pnpm run -r release:minor",
"release:commit": "pnpm run -r release:commit"
"release": "pnpm run -r --sequential release",
"release:minor": "pnpm run -r --sequential release:minor",
"release:commit": "pnpm run -r --sequential release:commit"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 1bdcc69

Please sign in to comment.