We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a91128 commit 8af0ce4Copy full SHA for 8af0ce4
.github/workflows/build.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
30
-# - run: npm ci
+ - run: npm install
31
- run: npm run build --if-present
32
- run: npm test
0 commit comments