diff --git a/.github/workflows/compile_code_and_modules.yml b/.github/workflows/compile_code_and_modules.yml index 4895820..4143e6f 100644 --- a/.github/workflows/compile_code_and_modules.yml +++ b/.github/workflows/compile_code_and_modules.yml @@ -17,6 +17,9 @@ jobs: - name: Install dependencies run: npm install + - name: Install ncc + run: npm install -g @vercel/ncc + - name: Build run: npm run build