Skip to content

Commit

Permalink
Patch to fix config setup in build process github actions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
melledijkstra authored Nov 10, 2023
1 parent 1fe3527 commit c87280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Setup config.json file
run: cp server/config.template.json config.json
run: cp server/config.template.json server/config.json
- name: Run build
run: npm run build

0 comments on commit c87280e

Please sign in to comment.