mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Generated by Spark: Fix all reported errors.
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -77,9 +77,23 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm install --legacy-peer-deps
|
||||
|
||||
- name: Prepare build directories
|
||||
run: |
|
||||
mkdir -p /tmp/dist
|
||||
mkdir -p dist
|
||||
|
||||
- name: Build application
|
||||
run: npm run build
|
||||
|
||||
- name: Verify build output
|
||||
run: |
|
||||
if [ ! -f "dist/index.html" ]; then
|
||||
echo "Error: Build failed - index.html not found"
|
||||
exit 1
|
||||
fi
|
||||
echo "Build successful - all artifacts generated"
|
||||
ls -lah dist/
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user