Skip to content

Commit b60ef57

Browse files
committed
Run CRA build with --optimize-for-size
1 parent 26aac18 commit b60ef57

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-hawo-acs-dev-appserver.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727

2828
- run: |
2929
cd packages/acs-app
30-
npm run build
30+
node --optimize-for-size node_modules/.bin/react-scripts build
3131
env:
3232
NODE_ENV: production
33-
NODE_OPTIONS: --optimize-for-size
3433
3534
- run: mkdir -p artifacts
3635

0 commit comments

Comments
 (0)