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 b1f2acd commit 3778ee3Copy full SHA for 3778ee3
package.json
@@ -14,7 +14,6 @@
14
"format:check": "npm run format:base -- --check",
15
"release": "standard-version",
16
"release:dryrun": "npm run test && npm publish --dry-run",
17
- "release:publish": "npm run test && npm publish",
18
"release:trigger": "./scripts/trigger-release.sh"
19
},
20
"repository": {
scripts/ci/lib/publish.sh
@@ -15,5 +15,5 @@ echo "--> Releasing version ${VERSION}"
echo "--> Releasing artifacts"
echo " Publishing jest-pact@${VERSION}..."
-npm publish --tag latest --dry-run
+npm publish --tag latest
echo " done!"
0 commit comments