mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-04-21 02:33:54 +03:00
Configure installing dependencies with npm
This commit is contained in:
parent
2c28d5eb5c
commit
619ccc6be0
2 changed files with 6 additions and 0 deletions
3
.github/workflows/firebase-hosting-merge.yml
vendored
3
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -12,6 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install npm dependencies
|
||||
working-directory: ./client
|
||||
run: npm install
|
||||
- name: Build Svelte app
|
||||
working-directory: ./client
|
||||
run: npm run build
|
||||
|
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install npm dependencies
|
||||
working-directory: ./client
|
||||
run: npm install
|
||||
- name: Build Svelte app
|
||||
working-directory: ./client
|
||||
run: npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue