We were using install instead of clean install
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 16s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 16s
This commit is contained in:
parent
b13e27d7e5
commit
87746bdcac
3 changed files with 3 additions and 3 deletions
|
@ -17,5 +17,5 @@ jobs:
|
|||
node-version: '20'
|
||||
- name: Prepare, Check, Lint and Format
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue