Skip to content

Commit 03b6d2f

Browse files
committed
Create "release:dry" npm script
1 parent 85d44b7 commit 03b6d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"test:unit": "TS_NODE_PROJECT=tsconfig.base.json ava",
3636
"test:unit:coverage": "c8 npm run test:unit",
3737
"test:integration": "TS_NODE_PROJECT=tsconfig.base.json ava --config ava.config.integration.mjs",
38+
"release:dry": "release-it --dry-run --no-npm",
3839
"release": "release-it"
3940
},
4041
"dependencies": {

0 commit comments

Comments
 (0)