Skip to content

Commit

Permalink
less error prone publish
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 25, 2023
1 parent ebe13e8 commit 68be562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"build:packages": "yarn for-each-package build",
"doc": "typedoc",
"doc:serve": "cd doc && npx hads",
"all:publish": "yarn run check:packages && yarn for-each-package-cmd npm publish --access public",
"all:publish:stable": "yarn run check:packages && yarn for-each-package-cmd npm publish --access public",
"all:publish:next": "yarn run check:packages && yarn for-each-package-cmd npm publish --access public --tag next",
"all:version": "yarn workspaces foreach --all version",
"for-each-package-cmd": "yarn workspaces foreach --from 'packages/*' --exclude 'packages/internal-*' -Rpt",
"for-each-package": "yarn for-each-package-cmd run"
Expand Down

0 comments on commit 68be562

Please sign in to comment.