Skip to content

Commit 08921d9

Browse files
committed
fix(build): remove dry-run flag
1 parent d1645bd commit 08921d9

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 --dry-run",
22+
"postversion": "tsc-publish --no-checks",
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)