Skip to content

Commit dfafaec

Browse files
authored
Update build-and-deploy.yml
1 parent 03e8b85 commit dfafaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "No build cache found, performing full build..."
9494
fi
9595

96-
npm run build
96+
npm run ci
9797
env:
9898
NODE_OPTIONS: "--max-old-space-size=8192"
9999
NODE_ENV: ${{ needs.determine-environment.outputs.environment }}

0 commit comments

Comments
 (0)