Attempt all of the CI

This commit is contained in:
Michael Telatynski
2022-04-27 07:53:30 +01:00
parent 5adf38c87f
commit fe8c583e09
5 changed files with 203 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ else
fi
yarn clean
VERSION=$version yarn build
VERSION=$version yarn build-stats
# include the sample config in the tarball. Arguably this should be done by
# `yarn build`, but it's just too painful.