Fix parameters in netlify cli script (#2258)

* Fix parameters in netlify cli script
* Use node-modules linker when deploying to netlify

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-07-31 00:39:49 +02:00 committed by GitHub
parent 27fc0764fa
commit b008cac781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 8 deletions

View file

@ -34,6 +34,9 @@ jobs:
with:
node-version: 18
- name: Patch files
run: bash netlify/patch-files.sh
- name: Install dependencies
run: yarn install --immutable

View file

@ -34,6 +34,9 @@ jobs:
with:
node-version: 18
- name: Patch files
run: bash netlify/patch-files.sh
- name: Install dependencies
run: yarn install --immutable