Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent 5a539d9 commit 880d3da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
run: npm install --save-dev typescript @types/react @types/react-dom
- name: vite install
run: npm install --save-dev vite @vitejs/plugin-react @types/node
- name: npm install
run: npm install
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build
run: npm run-script build
working-directory: ./Caecae
Expand Down

0 comments on commit 880d3da

Please sign in to comment.