Skip to content

Commit

Permalink
fix yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcheng committed Apr 1, 2024
1 parent 732253b commit 558b1b7
Show file tree
Hide file tree
Showing 3 changed files with 1,631 additions and 1,633 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
node-version: 20
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- run: yarn set version stable
- run: yarn
- run: yarn workspace connect-miniprogram run build
- run: yarn workspace example-mina test-build-result
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
registry-url: https://registry.npmjs.org/
- run: yarn set version stable
- run: yarn
- run: yarn workspace connect-miniprogram run build
- run: yarn workspace example-mina test-build-result
Expand Down
Loading

0 comments on commit 558b1b7

Please sign in to comment.