Skip to content

Commit

Permalink
chore: remove postpublish in scripts in favor of explicit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jumoel committed Dec 6, 2022
1 parent ccbdafe commit d760b3a
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 @@ -14,8 +14,7 @@
"main": "index.js",
"scripts": {
"test:update": "prettier --config ./index.js --write examples/",
"test": "prettier --config ./index.js --check examples/",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
"test": "prettier --config ./index.js --check examples/"
},
"devDependencies": {
"prettier": "^2.8.0"
Expand Down

0 comments on commit d760b3a

Please sign in to comment.