fix: Changed yarn --prod to npm ci --prod

As the yarn install was causing some issues with dependencies
releases/v3
Tycho Bokdam 2020-07-13 19:57:24 +02:00
parent 1bac915367
commit 5ba044f581
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
4 changed files with 2331 additions and 1908 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- run: yarn --production - run: npm ci --prod
- run: git add node_modules -f - run: git add node_modules -f
- name: Generate changelog - name: Generate changelog

2329
package-lock.json generated 100644

File diff suppressed because it is too large Load Diff

1906
yarn.lock

File diff suppressed because it is too large Load Diff