Add diff applying error & improve CI #32

Merged
schmelczer merged 12 commits from asch/diff-error into main 2025-12-06 21:54:08 +00:00
Showing only changes of commit 5cf75bdfac - Show all commits
Andras Schmelczer 2025-12-06 11:55:41 +00:00

View file

@ -2,7 +2,7 @@
copilot-pull-request-reviewer[bot] commented 2025-12-06 11:53:58 +00:00 (Migrated from github.com)

Extra space after 'which' should be removed.

which wasm-pack || cargo install wasm-pack
Extra space after 'which' should be removed. ```suggestion which wasm-pack || cargo install wasm-pack ```
set -e
which wasm-pack || cargo install wasm-pack
which wasm-pack || cargo install wasm-pack
wasm-pack build --target web --features wasm
cd reconcile-js