diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 116d81e8..1dfd6a08 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -82,7 +82,7 @@ jobs: - name: Install dependencies working-directory: npm/packages/core - run: npm install --ignore-scripts + run: npm install --ignore-scripts --omit=optional - name: Build native module working-directory: npm/packages/core