Skip to content

Commit

Permalink
fix: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Dec 10, 2023
1 parent 106492a commit 289f316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"compile": "graphql-codegen",
"watch": "graphql-codegen -w",
"test": "vitest",
"publish": "bumpp && yarn publish --access=public",
"publish": "bumpp && npm publish --access=public",
"prepare": "husky install"
},
"lint-staged": {
Expand Down

0 comments on commit 289f316

Please sign in to comment.