Skip to content

Commit

Permalink
feat: 赞助
Browse files Browse the repository at this point in the history
  • Loading branch information
KouShenhai committed Jul 20, 2024
1 parent 1d98eeb commit 5abe16a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./ui
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
Expand All @@ -29,6 +25,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm cache clean --force
working-directory: ui
- run: npm install
working-directory: ui
- run: npm run dev
working-directory: ui
- run: npm run build
working-directory: ui

0 comments on commit 5abe16a

Please sign in to comment.