Update workflows

This commit is contained in:
Marquis Kurt 2020-07-02 12:25:08 -04:00
parent d1a70faf09
commit 78e4fef3aa
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
3 changed files with 8 additions and 6 deletions

View File

@ -24,6 +24,7 @@ jobs:
with open('public/config.json', 'w+') as out:
dump(json_dict, out)
shell: python
- name: Install dependencies and build
run: |
npm install

View File

@ -53,6 +53,7 @@ jobs:
with open('public/config.json', 'w+') as out:
dump(json_dict, out)
shell: python
- name: Install dependencies and build
run: |
npm install