Skip to content

Commit 0e2feee

Browse files
committed
chore: release fixup
1 parent fe3c9f8 commit 0e2feee

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
if: github.repository == 'immerjs/immer'
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
run: npm semantic-release --branches main
36+
run: npm run release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn docusaurus deploy",
3939
"start": "cd website && yarn start",
4040
"test:size": "yarn build && yarn import-size --report . produce enableMapSet enablePatches enableArrayMethods",
41-
"test:sizequick": "yarn build && yarn import-size . produce"
41+
"test:sizequick": "yarn build && yarn import-size . produce",
42+
"release": "semantic-release --branches main"
4243
},
4344
"husky": {
4445
"hooks": {

0 commit comments

Comments
 (0)