Skip to content

Commit 1e72d77

Browse files
committed
chore: add --no-cleanup --no-tests flags to release script
1 parent 1325048 commit 1e72d77

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
@@ -20,7 +20,7 @@
2020
"test:watch": "vitest",
2121
"test:ui": "vitest --ui",
2222
"test:coverage": "vitest run --coverage",
23-
"release": "np",
23+
"release": "np --no-cleanup --no-tests",
2424
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -n .changelogrc.cjs && git add CHANGELOG.md"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)