Skip to content

Commit

Permalink
fix: update package:publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Mar 5, 2023
1 parent d03f5e2 commit 18845ab
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 @@ -24,7 +24,7 @@
"format": "prettier --plugin-search-dir . --write .",
"write-package-json": "node ./scripts/package-json-writer.js",
"add-exports": "node ./scripts/add-exports-to-package-json.js",
"package:publish": "standard-version && git push --follow-tags origin main && npm run package && npm run write-package-json && npm publish"
"package:publish": "standard-version && git push --follow-tags origin main && npm run package && npm run write-package-json && npm run add-exports && npm publish"
},
"files": [
"dist"
Expand Down

0 comments on commit 18845ab

Please sign in to comment.