nodejs dependencies

This commit is contained in:
cv
2021-08-17 22:07:38 +02:00
parent 06ab1185c9
commit 260b0fc97f
+6 -1
View File
@@ -40,8 +40,13 @@ jobs:
run: yarn build
working-directory: ./client
# install node dependencies
- name: Install nodejs dependencies
run: yarn install
working-directory: ./server/src
# install and build electron
- name: Install Electron + nodejs dependencies
- name: Install Electron dependencies
run: yarn install
working-directory: ./server
- name: Build Electron App