refactor: cleanup code

This commit is contained in:
Alex Yang
2023-10-20 19:28:04 -05:00
parent 779ac39b36
commit d9e2d17a26
7 changed files with 7 additions and 120 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ jobs:
- name: Output check
if: ${{ matrix.spec.os == 'macos-latest' && matrix.spec.arch == 'arm64' }}
run: |
yarn workspace @affine/electron ts-node-esm ./scripts/macos-arm64-output-check.mts
yarn workspace @affine/electron ts-node ./scripts/macos-arm64-output-check.ts
- name: Collect code coverage report
if: ${{ matrix.spec.test }}