Skip to content

Commit 50230c3

Browse files
committed
chore: update release script
1 parent e9b0824 commit 50230c3

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
@@ -55,7 +55,7 @@
5555
"lint": "prettier --check .",
5656
"format": "prettier --write .",
5757
"pre-push": "bun --revision && bun i && bun run lint && bun run build && bun run test:ci && bun run attw",
58-
"release": "np"
58+
"release": "np --no-cleanup"
5959
},
6060
"dependencies": {
6161
"@microsoft/tsdoc": "^0.15.1",

0 commit comments

Comments
 (0)