Skip to content

Commit

Permalink
Move template copy into separate command
Browse files Browse the repository at this point in the history
  • Loading branch information
josephevans committed Oct 13, 2023
1 parent dbf640c commit 6ce63b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- run: npm install
- run: |
cp src/js/config-template.js src/js/config.js
npm run build --if-present
- run: cp src/js/config-template.js src/js/config.js
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 6ce63b1

Please sign in to comment.