Skip to content

Commit a46f59e

Browse files
committed
fix(.github/workflows/build.yml): install deps before building pkg
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent 36ccf26 commit a46f59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'yarn'
31+
- run: yarn install
3132
- run: yarn build

0 commit comments

Comments
 (0)