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 40fb4d6 commit 1d98eeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ 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 @@ -24,7 +28,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cd ui
- run: npm cache clean --force
- run: npm install
- run: npm run dev
Expand Down

0 comments on commit 1d98eeb

Please sign in to comment.