Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit ada5532

Browse files
committed
fix(package.json): use --sign option in release script
The release script in package.json has been updated to use the --sign option with the nlx bumpp command. This ensures that the release is signed before it is published to npm.
1 parent d239681 commit ada5532

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
@@ -13,7 +13,7 @@
1313
"lint": "eslint --cache .",
1414
"format": "nr lint --fix",
1515
"typecheck": "tsc --noEmit",
16-
"release": "nr typecheck && nr test run && nr build && nlx bumpp -s && npm publish"
16+
"release": "nr typecheck && nr test run && nr build && nlx bumpp --sign && npm publish"
1717
},
1818
"dependencies": {
1919
"await-to-js": "^3.0.0",

0 commit comments

Comments
 (0)