Add run to build command when using bun #1878
ci.yml
on: pull_request
Build the package
24s
Matrix: test
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.
|