Skip to content

Commit 964d866

Browse files
authored
ci: No need to explicit install pkg globally (#295)
1 parent c875ffb commit 964d866

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ jobs:
5353
with:
5454
tag: v2.1.5-procursus7
5555

56-
- name: Install pkg
57-
run: npm install -g @yao-pkg/pkg
58-
5956
- name: Preparing...
60-
run: npm install
57+
run: npm install --include=dev
6158

6259
- name: Building...
6360
run: npm run-script pkg-${{ matrix.target }}

0 commit comments

Comments
 (0)