- Splits up test into fmt, lint and test
- Fixes bug in build-packages.sh
- Minor README.md fixes
This commit is contained in:
Anmol Sethi
2020-05-12 19:33:34 -04:00
parent 41d625abb6
commit 4aae5eaeca
7 changed files with 62 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ main() {
# If the patch fails to apply, then it's likely already applied
yarn vscode:patch &> /dev/null || true
yarn ci
yarn test
}
main "$@"