feat(new tool): text diff and comparator (#588)

* feat(new tool): text diff and comparator

* chore(ci): increased memory in CI
This commit is contained in:
Corentin THOMASSET 2023-08-26 16:43:47 +02:00 committed by GitHub
parent a9cd91ca9c
commit 81bfe57cb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 127 additions and 37 deletions

View file

@ -31,4 +31,6 @@ jobs:
run: pnpm typecheck
- name: Build the app
env:
NODE_OPTIONS: --max-old-space-size=4096
run: pnpm build