Skip to content

Commit 2d9cf8d

Browse files
committed
Improved release script
1 parent 63c4b4b commit 2d9cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"test:dev": "npm run build:dev && jest",
3838
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
3939
"prepare": "jest --clearCache",
40-
"release": "npm run build:prod && cross-env git tag v$npm_package_version && git push --tags && npm publish dist"
40+
"release": "npm run build:prod && npm publish dist && cross-env git tag --sign v$npm_package_version && git push --tags"
4141
}
4242
}

0 commit comments

Comments
 (0)