We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fd7fa6 + 4ed82bf commit ad5a52dCopy full SHA for ad5a52d
package.json
@@ -19,7 +19,8 @@
19
"build-umd": "BABEL_ENV=umd babel include-fragment-element.js -o dist/index-umd.js && cp include-fragment-element.js.flow dist/index-umd.js.flow",
20
"pretest": "npm run build",
21
"test": "karma start ./test/karma.config.js",
22
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
23
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
24
},
25
"devDependencies": {
26
"@babel/cli": "^7.5.0",
0 commit comments