Skip to content

Commit a966470

Browse files
committed
chore: Install ncc for code compilation workflow
1 parent 195b0cc commit a966470

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/compile_code_and_modules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919

20+
- name: Install ncc
21+
run: npm install -g @vercel/ncc
22+
2023
- name: Build
2124
run: npm run build
2225

0 commit comments

Comments
 (0)