Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonds committed Jul 19, 2023
1 parent e87f0ff commit 7e6d97a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/xdu-planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 17
- name: Install dependencies
run: cd frontend && npm install pnpm -g && pnpm install
- name: Build
run: pnpm run build && cd ..
run: cd frontend && npm install pnpm -g && pnpm install && pnpm run build && cd ..
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 7e6d97a

Please sign in to comment.