fix: create config before audit (#47142)

This commit is contained in:
Oliver Eyton-Williams
2022-08-03 17:06:24 +02:00
committed by GitHub
parent de874000cd
commit 853be8d712
2 changed files with 3 additions and 5 deletions

View File

@@ -23,10 +23,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies and Build Config
run: |
npm ci
npm run create:config
- name: Install Dependencies
run: npm ci
- name: Validate Challenge Files
id: validate