Skip to content

fix: verdaccio main #7948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/rac-spectrum-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packageManager": "[email protected]",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"build": "PARCEL_WORKER_BACKEND=process parcel build src/index.html",
"install-17": "yarn add -W react@^17 react-dom@^17"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/rac-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packageManager": "[email protected]",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"build": "PARCEL_WORKER_BACKEND=process parcel build src/index.html",
"install-17": "yarn add -W react@^17 react-dom@^17"
},
"dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-icon-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this log was just so big it was not worth keeping around all the time


yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-nextjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
9 changes: 7 additions & 2 deletions scripts/verdaccio-build-rac-rsp-tailwind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand All @@ -37,6 +35,13 @@ cd examples/rac-spectrum-tailwind
yarn config set npmRegistryServer $registry
yarn install --no-immutable
yarn build --public-url ./

echo 'build RAC Spectrum Tailwind app done'

mv dist ../../$verdaccio_path/rac-spectrum-tailwind

echo 'move RAC Spectrum Tailwind app done'

netstat -tpln | awk -F'[[:space:]/:]+' '$5 == 4000 {print $(NF-2)}' | xargs kill

echo 'verdaccio shutdown done'
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-rac-tailwind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-rsp-cra-18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-s2-parcel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-s2-webpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build-webpack-4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down
2 changes: 0 additions & 2 deletions scripts/verdaccio-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ else
echo "Verdaccio is NOT running on port 4000."
fi

curl -s http://localhost:4000/@adobe/react-spectrum

yarn config set npmPublishRegistry --home $registry
yarn config set npmRegistryServer --home $registry
yarn config set npmAlwaysAuth --home false
Expand Down