Skip to content

Commit

Permalink
优化构建步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed May 13, 2022
1 parent 6a906cf commit bfe9df6
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 561 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
- run: npm run build
- run: npm install --prefix=./web/admin/assets/web
- run: npm run build --prefix=./web/admin/assets/web

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

0 comments on commit bfe9df6

Please sign in to comment.