Skip to content

Add run to build command when using bun #1878

Add run to build command when using bun

Add run to build command when using bun #1878

Triggered via pull request November 17, 2024 16:21
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Build the package
24s
Build the package
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
__test__/getCommand.spec.ts > getCommand > should generate the correct command for npm: __test__/getCommand.spec.ts#L13
AssertionError: expected '${packageManager} run build' to be 'npm run build' // Object.is equality Expected: "npm run build" Received: "${packageManager} run build" ❯ __test__/getCommand.spec.ts:13:40
__test__/getCommand.spec.ts > getCommand > should generate the correct command for bun: __test__/getCommand.spec.ts#L23
AssertionError: expected '${packageManager} run build' to be 'bun run build' // Object.is equality Expected: "bun run build" Received: "${packageManager} run build" ❯ __test__/getCommand.spec.ts:23:40
Build the package
Process completed with exit code 1.