chore: remove postpublish in scripts in favor of explicit workflow

This commit is contained in:
Julian Møller Ellehauge 2022-12-06 13:45:30 +01:00
Родитель ccbdafe146
Коммит d760b3ae18
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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"