Skip to content

Commit

Permalink
feat: 前端ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KouShenhai committed Jul 20, 2024
1 parent d17f30b commit 13e832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --prefix ./your-directory
- run: npm ci --prefix ./ui
- run: npm cache clean --force
- run: npm install
- run: npm run dev
Expand Down

0 comments on commit 13e832f

Please sign in to comment.