Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Feb 17, 2024
1 parent bf01e86 commit 83b9186
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
cache: "yarn"

- name: Check dependencies
run: |
Expand All @@ -27,12 +27,10 @@ jobs:
run: |
yarn style:check
- name: Build plugin-all
- name: Build
run: |
yarn build:plugin
- name: Build Example
run: |
yarn build --ignore-cache packages/examples/lorem-ipsum
yarn build
- name: Test
run: |
yarn test --ignore-cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
"@yarnpkg/plugin-pack": "^4",
"@yarnpkg/parsers": "^3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
StreamReport,
Workspace,
} from "@yarnpkg/core";
import { getLibzipPromise, ZipFS } from "@yarnpkg/libzip";
import { ZipFS } from "@yarnpkg/libzip";
import {
Filename,
NodeFS,
Expand Down

0 comments on commit 83b9186

Please sign in to comment.