Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 9e27063

Browse files
authored
fix(script): revert publish script manager from npm to yarn
1 parent cba49f5 commit 9e27063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"dev": "node server.js",
1313
"lint": "npx prettier --write .",
1414
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
15-
"postpublish": "npm publish-npm",
16-
"publish-npm": "npm publish --access public --ignore-scripts --@andatoshiiki:registry='https://registry.npmjs.org'",
15+
"postpublish": "yarn publish-npm",
16+
"publish-npm": "yarn publish --access public --ignore-scripts --@andatoshiiki:registry='https://registry.npmjs.org'",
1717
"lint-commit": "git commit -m 'chore(lint): lint all files in project via prettier'"
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)