Skip to content

Commit

Permalink
fix: run npm run build:data in testjob
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasschopmans committed Mar 5, 2024
1 parent a24fb55 commit 900ef72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
with:
node-version: "lts/*"
- run: npm ci
- run: npm run build:data
- run: npm run build
- run: if [ -n "$(git status --porcelain)" ]; then echo 'workspace is dirty after rebuilding' ; git status ; git diff ; exit 1 ; fi

0 comments on commit 900ef72

Please sign in to comment.