Skip to content

Commit

Permalink
skip-release - Update netlify.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad authored Jul 12, 2024
1 parent 46c7704 commit 3d66b87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ if [[ "$SITE_NAME" == "carbon-charts-docs" ]]; then
# Build docs package
echo -e "${GREEN}Building @carbon/charts-docs and styles..."
npx lerna run build --scope=@carbon/charts-docs --concurrency=1

echo "/* /index.html 200" >> ./pages/_redirects
else
if [ $CONTEXT == "deploy-preview" ]; then
# Netlify URL examples: https://carbon-charts-core.netlify.app, https://carbon-charts-react.netlify.app, etc.
Expand Down

0 comments on commit 3d66b87

Please sign in to comment.