We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1913a67 commit 8860390Copy full SHA for 8860390
1 file changed
package.json
@@ -43,7 +43,7 @@
43
"postbuild": "echo '{\"type\": \"commonjs\"}' > lib/cjs/package.json",
44
"prepare": "npm run build",
45
"preversion": "npm run test:local",
46
- "version": "sed -i'' \"s/VERSION = .*/VERSION = \\\"$npm_package_version\\\"/\" src/amqp-base-client.ts && npm run format && npm run update-changelog && git add -A",
+ "version": "sed -i '' \"s/VERSION = .*/VERSION = \\\"$npm_package_version\\\"/\" src/amqp-base-client.ts && npm run format && npm run update-changelog && git add -A",
47
"postversion": "npm run create-tag && git push && git push --tags",
48
"release": "npm version patch --no-git-tag-version",
49
"release:minor": "npm version minor --no-git-tag-version",
0 commit comments