Skip to content

Commit

Permalink
Merge branch 'main' into zlw-font-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf authored Dec 13, 2023
2 parents eb16c23 + 8baee21 commit 0b59d81
Show file tree
Hide file tree
Showing 10 changed files with 429 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
mkdir -p pr
echo '${{ env.MAIN_STATS }}'
echo '${{ env.PR_STATS }}'
npm exec ts-node scripts/stats_compare '${{ env.MAIN_STATS }}' '${{ env.PR_STATS }}' > pr/stats-difference.md
npm exec tsx scripts/stats_compare '${{ env.MAIN_STATS }}' '${{ env.PR_STATS }}' > pr/stats-difference.md
- name: Save PR artifacts
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
Expand Down
5 changes: 1 addition & 4 deletions .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ extension:
spec:
- test/**/*.js
- test/**/*.spec.ts
require: ts-node/register
node-option:
- loader=ts-node/esm
- experimental-specifier-resolution=node
import: tsx
Loading

0 comments on commit 0b59d81

Please sign in to comment.