Skip to content

Commit

Permalink
chore(tools): avoid to release examples as npm pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 22, 2023
1 parent 41922a8 commit 4f59718
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 @@ -34,7 +34,7 @@
"version:publish": "pnpm run version:publish-gh-refs && pnpm run version:publish-npm",
"version:publish-gh-refs": "git push && git push --tags",
"version:publish-gh-releases": "pnpm exec changelogen gh release",
"version:publish-npm": "pnpm -r --filter='@storylite' 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 4f59718

Please sign in to comment.