Skip to content

Commit d760b3a

Browse files
committed
chore: remove postpublish in scripts in favor of explicit workflow
1 parent ccbdafe commit d760b3a

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
@@ -14,8 +14,7 @@
1414
"main": "index.js",
1515
"scripts": {
1616
"test:update": "prettier --config ./index.js --write examples/",
17-
"test": "prettier --config ./index.js --check examples/",
18-
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
17+
"test": "prettier --config ./index.js --check examples/"
1918
},
2019
"devDependencies": {
2120
"prettier": "^2.8.0"

0 commit comments

Comments
 (0)