Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutra-Fs authored Aug 9, 2023
1 parent 57740dc commit f7a17cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: main/package-lock.json
- run: npm ci
- run: npm ci --force
working-directory: ./main
- run: npm run build --if-present
working-directory: ./main
Expand Down

0 comments on commit f7a17cd

Please sign in to comment.