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 fe1f681 commit 82ce624Copy full SHA for 82ce624
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49
NPM_CONFIG_PROVENANCE: true
50
- run: pnpm release
+ run: pnpm exec multi-semantic-release
51
52
- name: Remove node_modules
53
run: |
package.json
@@ -24,9 +24,7 @@
24
"test:mutation": "stryker run",
25
"webpack-loader": "webpack",
26
"rollup-plugin": "rollup --config",
27
- "jest-transformer": "jest",
28
- "release": "multi-semantic-release",
29
- "release:dry-run": "multi-semantic-release --dry-run"
+ "jest-transformer": "jest"
30
},
31
"dependencies": {
32
"json-map-keys": "workspace:*",
0 commit comments