File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,10 @@ npm set registry $registry
27
27
28
28
cd starters/docs
29
29
yarn config set npmRegistryServer $registry
30
+ yarn config set nmHoistingLimits workspaces
30
31
cd ../tailwind
31
32
yarn config set npmRegistryServer $registry
33
+ yarn config set nmHoistingLimits workspaces
32
34
cd ../..
33
35
34
36
# build prod docs with a public url of /reactspectrum/COMMIT_HASH_BEFORE_PUBLISH/verdaccio/docs
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ yarn version apply --all
72
72
commit_to_revert=" HEAD~0"
73
73
74
74
# Publish packages to verdaccio
75
- yarn workspaces foreach --all --no-private -pt npm publish
75
+ yarn workspaces foreach --all --no-private -pt npm publish --tag latest
76
76
77
77
if [ " $ci " = true ];
78
78
then
You can’t perform that action at this time.
0 commit comments