From 964d866f908cc6a2ee2a122425b1aefa34316ba8 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Wed, 8 Jan 2025 16:16:26 -0800 Subject: [PATCH] ci: No need to explicit install pkg globally (#295) --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f663c6c8..15959743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,11 +53,8 @@ jobs: with: tag: v2.1.5-procursus7 - - name: Install pkg - run: npm install -g @yao-pkg/pkg - - name: Preparing... - run: npm install + run: npm install --include=dev - name: Building... run: npm run-script pkg-${{ matrix.target }}