diff --git a/package.json b/package.json index 0c90b88..7f8641f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "build": "rollup -c && cp src/index.js.flow dist/time-elements.js.flow && cp src/index.js.flow dist/time-elements-legacy.js.flow", "prepublishOnly": "npm run build", "pretest": "npm run build", - "test": "karma start ./test/karma.config.js" + "test": "karma start ./test/karma.config.js", + "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" }, "repository": "github/time-elements", "devDependencies": {