General Changes

This commit is contained in:
Ahmad 2024-08-12 23:04:28 -04:00
parent 3921db8312
commit c27f1aaba5
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 8 additions and 2 deletions

View file

@ -23,6 +23,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Configure Corepack
run: corepack enable
- name: Build
run: |
cp ./source/config.example.json ./source/config.json