We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1bb34 commit 3c7f36eCopy full SHA for 3c7f36e
.github/workflows/continuous-integration.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
node-version: ${{ matrix.node-version }}
39
- name: Install dependencies
40
- run: npm ci --ignore-scripts
+ run: npm ci
41
- name: Build
42
run: node packages/build/bin/compile-package -b
43
- name: Run package tests
0 commit comments