Add sync-to-public.sh script and update CLAUDE.md #1
Annotations
3 errors
|
build-and-test
Process completed with exit code 1.
|
|
tests/commands.test.ts > CLI Commands > demoscript --help > shows help information:
packages/cli/tests/commands.test.ts#L105
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ tests/commands.test.ts:105:31
|
|
tests/commands.test.ts > CLI Commands > demoscript serve > starts server on specified port:
packages/cli/tests/commands.test.ts#L85
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/commands.test.ts:85:27
|