This commit is contained in:
@@ -17,7 +17,20 @@ jobs:
|
|||||||
echo $PWD
|
echo $PWD
|
||||||
ls .
|
ls .
|
||||||
|
|
||||||
|
- name: Cache node_modules
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: node_modules
|
||||||
|
key: yarn-cache-${{ hashFiles('**/yarn.lock') }}
|
||||||
|
restore-keys: |
|
||||||
|
yarn-cache-
|
||||||
|
|
||||||
- name: Install Dependencies with yarn
|
- name: Install Dependencies with yarn
|
||||||
run: |
|
run: |
|
||||||
yarn install --immutable
|
yarn install --immutable
|
||||||
ls .
|
ls .
|
||||||
|
|
||||||
|
- name: Build Nestjs project
|
||||||
|
run: |
|
||||||
|
yarn build
|
||||||
|
ls .
|
||||||
Reference in New Issue
Block a user