Skip to content

Commit 8b9628d

Browse files
authored
remove unneeded postpublish
publishing to GHPR is now handled by the release action
1 parent 071675a commit 8b9628d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"build": "rollup -c",
1414
"pretest": "npm run build",
1515
"test": "karma start karma.config.js",
16-
"prepublishOnly": "npm run build",
17-
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
16+
"prepublishOnly": "npm run build"
1817
},
1918
"keywords": [
2019
"clipboard",

0 commit comments

Comments
 (0)