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.
1 parent ab09d4e commit 108603fCopy full SHA for 108603f
package.json
@@ -11,7 +11,8 @@
11
"prebuild": "npm run clean && npm run lint && mkdir dist",
12
"build": "rollup -c && cp src/index.js.flow dist/index.umd.js.flow && cp src/index.js.flow dist/index.esm.js.flow",
13
"test": "npm run build",
14
- "prepublishOnly": "npm run build"
+ "prepublishOnly": "npm run build",
15
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
16
},
17
"keywords": [
18
"clipboard",
0 commit comments