Skip to content

Commit c271517

Browse files
committed
Removed git tag signing
1 parent d09fe0d commit c271517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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 && npm publish dist && cross-env git tag --sign v$npm_package_version && git push --tags"
40+
"release": "npm run build:prod && npm publish dist && cross-env git tag v$npm_package_version && git push --tags"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)