Skip to content

Commit 464bd71

Browse files
committed
chore: added dry-run
1 parent bb6a0e1 commit 464bd71

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
@@ -19,7 +19,7 @@
1919
"lint-fix": "npm run eslint:fix && npm run tslint:fix",
2020
"build": "tsc && cp package.json dist/",
2121
"prepublishOnly": "npm run build",
22-
"postversion": "tsc-publish --no-checks",
22+
"postversion": "tsc-publish --no-checks --dry-run",
2323
"jest": "jest",
2424
"test": "npm run build && npm run lint && jest test/",
2525
"test-unit": "npm run build && jest test/unit/",

0 commit comments

Comments
 (0)