Remove debugging info in workflow

This commit is contained in:
Luke Channings 2023-10-24 11:53:19 +01:00 committed by GitHub
parent c4773dc904
commit bbb8ffa918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,6 @@ jobs:
- name: TypeScript Build and Lint
run: |
source ~/.nvm/nvm.sh
env
yarn build
yarn lint
- name: Tests