Skip to content

Commit

Permalink
优化build
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed May 16, 2022
1 parent 3ecb303 commit 841016d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install --prefix=./web/admin/assets/web
- run: npm run build --prefix=./web/admin/assets/web
- run: npm install --prefix=./web/admin/assets/web --force
- run: npm run build --prefix=./web/admin/assets/web --force

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 841016d

Please sign in to comment.