Move config to example file

This commit is contained in:
Rishi Panthee 2023-04-23 21:51:59 -05:00
parent ec74569f25
commit 54fc0c3a73
3 changed files with 3 additions and 1 deletions

View File

@ -36,5 +36,7 @@ jobs:
run: npm ci
# - name: Run lint
# run: npm run lint
- name: Copy config file
run: cp config.example.json config.json
- name: Run tests
run: npm run test

2
.gitignore vendored
View File

@ -9,4 +9,4 @@ blocks.log
.env
*.log
app.*.js
config.*.json
config.json