Skip to content

Commit

Permalink
chore(releases): scope npm publish to public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 23, 2023
1 parent 99e5f6d commit 504d449
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 @@ -36,7 +36,7 @@
"version:publish": "pnpm run version:publish-gh-refs && pnpm run version:publish-npm",
"version:publish-gh-refs": "git push && git push -n --tags",
"version:publish-gh-releases": ".scripts/tag-release-gh.sh",
"version:publish-npm": "pnpm -r exec pnpm publish"
"version:publish-npm": "pnpm -r --filter='@storylite/*' exec pnpm publish"
},
"lint-staged": {
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}": [
Expand Down

0 comments on commit 504d449

Please sign in to comment.