Skip to content

Commit

Permalink
Update build github action to setup configuration file
Browse files Browse the repository at this point in the history
Addition to github build action. It will not copy the config.template.json file to config.json. This is needed for the build step to complete
  • Loading branch information
melledijkstra authored Nov 10, 2023
1 parent 34673e7 commit 2512f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Setup config.json file
run: cp server/config.template.json config.json
- name: Run build
run: npm run build

0 comments on commit 2512f9d

Please sign in to comment.