Skip to content

Commit

Permalink
fix: scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Mar 1, 2024
1 parent 938f51b commit 14ba4f0
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 @@ -29,7 +29,7 @@
"gen:compo-data": "svelte-lib-helpers compo-data",
"copy:package": "svelte-lib-helpers package",
"lib-helpers": "npm run format && npm run gen:docs && npm run gen:exports && npm run build && npm run copy:package",
"package:publish": "standard-version && git push --follow-tags origin main && npm run lib-helpers && npm publish"
"package:publish": "standard-version && git push --follow-tags origin main && npm publish"
},
"files": [
"dist",
Expand Down

0 comments on commit 14ba4f0

Please sign in to comment.