Skip to content

Commit

Permalink
remove post-publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Feb 1, 2023
1 parent 155261e commit 441bc69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"build": "tsc",
"test": "karma start karma.config.cjs",
"pretest": "npm run build",
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@github/prettier-config": "0.0.4",
Expand Down

0 comments on commit 441bc69

Please sign in to comment.