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 63c4b4b commit 2d9cf8dCopy full SHA for 2d9cf8d
package.json
@@ -37,6 +37,6 @@
37
"test:dev": "npm run build:dev && jest",
38
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
39
"prepare": "jest --clearCache",
40
- "release": "npm run build:prod && cross-env git tag v$npm_package_version && git push --tags && npm publish dist"
+ "release": "npm run build:prod && npm publish dist && cross-env git tag --sign v$npm_package_version && git push --tags"
41
}
42
0 commit comments