diff --git a/package.json b/package.json index a71d5ed..2732868 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint-fix": "npm run eslint:fix && npm run tslint:fix", "build": "tsc && cp package.json dist/", "prepublishOnly": "npm run build", - "postversion": "publisher --no-checks --dry-run", + "postversion": "publisher --no-checks", "jest": "jest", "test": "npm run build && npm run lint && jest test/", "test-unit": "npm run build && jest test/unit/",