Skip to content

Commit

Permalink
fiddle publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 25, 2023
1 parent cfa84d9 commit ebe13e8
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 @@ -30,7 +30,7 @@
"build:packages": "yarn for-each-package build",
"doc": "typedoc",
"doc:serve": "cd doc && npx hads",
"all:publish": "yarn check:packages && yarn for-each-package publish --access public",
"all:publish": "yarn run check:packages && yarn for-each-package-cmd npm publish --access public",
"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 ebe13e8

Please sign in to comment.