Add cache path
This commit is contained in:
Родитель
c6675f3592
Коммит
70677568c7
|
@ -30,6 +30,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
cache-dependency-path: User-Interface/package-lock.json
|
||||
- run: npm ci
|
||||
working-directory: User-Interface
|
||||
- run: npm run-script build --if-present
|
||||
|
|
Загрузка…
Ссылка в новой задаче