Skip to content

Commit 441bc69

Browse files
authored
remove post-publish scripts
1 parent 155261e commit 441bc69

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
@@ -19,8 +19,7 @@
1919
"build": "tsc",
2020
"test": "karma start karma.config.cjs",
2121
"pretest": "npm run build",
22-
"prepublishOnly": "npm run build",
23-
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
22+
"prepublishOnly": "npm run build"
2423
},
2524
"devDependencies": {
2625
"@github/prettier-config": "0.0.4",

0 commit comments

Comments
 (0)