We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a4c1c commit 3c70e3fCopy full SHA for 3c70e3f
2 files changed
.github/workflows/release.yml
package.json
@@ -13,7 +13,8 @@
13
"build": "rollup -c",
14
"pretest": "npm run build",
15
"test": "karma start karma.config.js",
16
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
17
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
18
},
19
"keywords": [
20
"clipboard",
0 commit comments