Skip to content

Commit 2b7570a

Browse files
committed
workflow change
1 parent 9bf35bc commit 2b7570a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: build and test
2121
run: |
2222
npm i -g yarn
23+
yarn install
2324
yarn build
2425
yarn test
2526
env:

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: build and test
2424
run: |
2525
npm i -g yarn
26+
yarn install
2627
yarn build
2728
yarn test
2829
env:

0 commit comments

Comments
 (0)