Skip to content

Commit

Permalink
fix build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Feb 4, 2024
1 parent 9f4c949 commit a5eb944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand All @@ -27,6 +29,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -49,6 +53,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN npx prisma generate

COPY panda.config.ts postcss.config.cjs tsconfig.json vite.config.ts ./
COPY src src
COPY vendor vendor

RUN NODE_ENV=production npm run build

Expand Down

0 comments on commit a5eb944

Please sign in to comment.