diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 3a3ac1d7..0591af92 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.x - cache: 'yarn' + cache: "yarn" - name: Check dependencies run: | @@ -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 diff --git a/package.json b/package.json index 2da7ffe8..73d0299c 100644 --- a/package.json +++ b/package.json @@ -66,4 +66,4 @@ "@yarnpkg/plugin-pack": "^4", "@yarnpkg/parsers": "^3" } -} +} \ No newline at end of file diff --git a/packages/plugins/plugin-bundle/src/commands/bundle/index.ts b/packages/plugins/plugin-bundle/src/commands/bundle/index.ts index a6760841..586bd33c 100644 --- a/packages/plugins/plugin-bundle/src/commands/bundle/index.ts +++ b/packages/plugins/plugin-bundle/src/commands/bundle/index.ts @@ -7,7 +7,7 @@ import { StreamReport, Workspace, } from "@yarnpkg/core"; -import { getLibzipPromise, ZipFS } from "@yarnpkg/libzip"; +import { ZipFS } from "@yarnpkg/libzip"; import { Filename, NodeFS,