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

View File

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