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 e9b0824 commit 50230c3Copy full SHA for 50230c3
package.json
@@ -55,7 +55,7 @@
55
"lint": "prettier --check .",
56
"format": "prettier --write .",
57
"pre-push": "bun --revision && bun i && bun run lint && bun run build && bun run test:ci && bun run attw",
58
- "release": "np"
+ "release": "np --no-cleanup"
59
},
60
"dependencies": {
61
"@microsoft/tsdoc": "^0.15.1",
0 commit comments