TSK-1516: fixed broken build
This commit is contained in:
parent
364733ad75
commit
d796487035
|
@ -90,7 +90,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: web/node_modules
|
path: web/node_modules
|
||||||
key: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}-${{ hashFiles('**/package.json', '**/package-lock.json') }}
|
||||||
restore-keys: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}
|
restore-keys: ${{ runner.OS }}-${{ env.CACHE_WEB_NAME }}
|
||||||
- name: Cache maven dependencies (for web)
|
- name: Cache maven dependencies (for web)
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -35,6 +35,7 @@
|
||||||
"bootstrap": "4.4.1",
|
"bootstrap": "4.4.1",
|
||||||
"core-js": "3.8.2",
|
"core-js": "3.8.2",
|
||||||
"file-saver": "1.3.3",
|
"file-saver": "1.3.3",
|
||||||
|
"jquery": "3.5.1",
|
||||||
"ng2-charts": "1.6.0",
|
"ng2-charts": "1.6.0",
|
||||||
"ngx-bootstrap": "5.4.0",
|
"ngx-bootstrap": "5.4.0",
|
||||||
"ngx-infinite-scroll": "9.0.0",
|
"ngx-infinite-scroll": "9.0.0",
|
||||||
|
@ -55,7 +56,7 @@
|
||||||
"@typescript-eslint/eslint-plugin-tslint": "2.15.0",
|
"@typescript-eslint/eslint-plugin-tslint": "2.15.0",
|
||||||
"@typescript-eslint/parser": "2.34.0",
|
"@typescript-eslint/parser": "2.34.0",
|
||||||
"compression-webpack-plugin": "4.0.0",
|
"compression-webpack-plugin": "4.0.0",
|
||||||
"cypress": "^3.8.3",
|
"cypress": "3.8.3",
|
||||||
"cypress-intellij-reporter": "0.0.4",
|
"cypress-intellij-reporter": "0.0.4",
|
||||||
"eslint": "6.8.0",
|
"eslint": "6.8.0",
|
||||||
"eslint-config-prettier": "6.15.0",
|
"eslint-config-prettier": "6.15.0",
|
||||||
|
|
Loading…
Reference in New Issue