Skip to content

Commit a03a66a

Browse files
committed
build: add ncc global dep
1 parent 801b511 commit a03a66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node }}
3030

31-
- name: NPM - install lerna
32-
run: npm install --global lerna
31+
- name: NPM - install global deps
32+
run: npm i -g lerna && npm i -g @vercel/ncc
3333

3434
- name: LERNA - bootstrap
3535
run: npm run bootstrap

0 commit comments

Comments
 (0)