Skip to content

Commit 12dbb53

Browse files
committed
set hoisting limit
1 parent 5bff9d5 commit 12dbb53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/verdaccio-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ npm set registry $registry
2727

2828
cd starters/docs
2929
yarn config set npmRegistryServer $registry
30+
yarn config set nmHoistingLimits workspaces
3031
cd ../tailwind
3132
yarn config set npmRegistryServer $registry
33+
yarn config set nmHoistingLimits workspaces
3234
cd ../..
3335

3436
# build prod docs with a public url of /reactspectrum/COMMIT_HASH_BEFORE_PUBLISH/verdaccio/docs

scripts/verdaccio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ yarn version apply --all
7272
commit_to_revert="HEAD~0"
7373

7474
# 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
7676

7777
if [ "$ci" = true ];
7878
then

0 commit comments

Comments
 (0)