Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Nov 20, 2024
1 parent 1a6e961 commit c99d778
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"

- name: Build Frontend
- run: corepack enable

- name: Install dependencies
working-directory: frontend/
run: |
yarn install --immutable
- name: Build
working-directory: frontend/
run: |
yarn install
yarn build
mv build ../cli/frontend
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
},
"packageManager": "[email protected].19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
"packageManager": "[email protected].21+sha512.ca75da26c00327d26267ce33536e5790f18ebd53266796fbb664d2a4a5116308042dd8ee7003b276a20eace7d3c5561c3577bdd71bcb67071187af124779620a"
}

0 comments on commit c99d778

Please sign in to comment.