mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-23 07:59:10 +00:00
nodejs dependencies
This commit is contained in:
@@ -40,8 +40,13 @@ jobs:
|
|||||||
run: yarn build
|
run: yarn build
|
||||||
working-directory: ./client
|
working-directory: ./client
|
||||||
|
|
||||||
|
# install node dependencies
|
||||||
|
- name: Install nodejs dependencies
|
||||||
|
run: yarn install
|
||||||
|
working-directory: ./server/src
|
||||||
|
|
||||||
# install and build electron
|
# install and build electron
|
||||||
- name: Install Electron + nodejs dependencies
|
- name: Install Electron dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
working-directory: ./server
|
working-directory: ./server
|
||||||
- name: Build Electron App
|
- name: Build Electron App
|
||||||
|
|||||||
Reference in New Issue
Block a user