We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3c9f8 commit 0e2feeeCopy full SHA for 0e2feee
2 files changed
.github/workflows/release.yml
@@ -33,4 +33,4 @@ jobs:
33
if: github.repository == 'immerjs/immer'
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- run: npm semantic-release --branches main
+ run: npm run release
package.json
@@ -38,7 +38,8 @@
38
"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn docusaurus deploy",
39
"start": "cd website && yarn start",
40
"test:size": "yarn build && yarn import-size --report . produce enableMapSet enablePatches enableArrayMethods",
41
- "test:sizequick": "yarn build && yarn import-size . produce"
+ "test:sizequick": "yarn build && yarn import-size . produce",
42
+ "release": "semantic-release --branches main"
43
},
44
"husky": {
45
"hooks": {
0 commit comments