This commit is contained in:
Daniel Hougaard
2024-07-02 18:07:54 +02:00
parent eb6dca425c
commit bafc6ee129
5 changed files with 866 additions and 2113 deletions

View File

@@ -56,6 +56,9 @@ jobs:
with:
node-version: 18
- name: Install pkg
run: npm install -g @yao-pkg/pkg
- name: Install dependencies (backend)
run: npm install
working-directory: ./backend