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
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Prepare, Check, Lint and Format
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
touch .env
|
||||
echo "HOST=0.0.0.0" >> .env
|
||||
echo "ORIGIN=https://dl.emersa.it" >> .env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue