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
|
@ -38,4 +38,4 @@
|
|||
"@commitlint/config-conventional": "8.3.4",
|
||||
"husky": "4.2.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue