fix: run npm run build:data in testjob
This commit is contained in:
committed by
Mathias Schopmans
parent
e4c52c808d
commit
adcade9896
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user