Setup client directory for GH workflow
This commit is contained in:
parent
496f65040a
commit
e889d68e9f
|
@ -124,7 +124,9 @@ jobs:
|
|||
build-nuxt-app:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build the Nuxt app
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./client
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -134,9 +136,6 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Get into client folder
|
||||
run: cd client
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.npm
|
||||
|
|
Loading…
Reference in New Issue