Skip to content

Commit

Permalink
build: Increase the package size threshold to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Dec 11, 2024
1 parent ebd3115 commit 79a8c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ echo "Package the example app for legacy"

echo "Package the example app for ui"

./scripts/packageDemo.sh ui ${PWD}/packages/examples/ui ${STORYBOOK_FOLDER_UI_EXAMPLE} ${PWD}/packages/ui/build 1500000 1100000
./scripts/packageDemo.sh ui ${PWD}/packages/examples/ui ${STORYBOOK_FOLDER_UI_EXAMPLE} ${PWD}/packages/ui/build 1500000 1200000

0 comments on commit 79a8c3d

Please sign in to comment.