add check to verify dist files (#21)
* add check to verify dist files * change src, without running git hooks (expect failure) * change src again, now do run commit hook (expect success) * cleanup before squash
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -13,3 +13,5 @@ jobs:
|
|||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
|
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
|
||||||
|
- run: yarn build --quiet && git diff --quiet builder || { echo "builder should be auto generated" ; exit 62; }
|
||||||
|
|||||||
Reference in New Issue
Block a user