fix: Changed yarn --prod to npm ci --prod
As the yarn install was causing some issues with dependenciesreleases/v3
parent
1bac915367
commit
5ba044f581
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- run: yarn --production
|
||||
- run: npm ci --prod
|
||||
- run: git add node_modules -f
|
||||
|
||||
- name: Generate changelog
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue