Add run to build command when using bun #1877
ci.yml
on: pull_request
Build the package
20s
Matrix: test
Annotations
2 errors
|
__test__/getCommand.spec.ts > getCommand > should generate the correct command for npm:
__test__/getCommand.spec.ts#L13
AssertionError: expected 'npm build' to be 'npm run build' // Object.is equality
Expected: "npm run build"
Received: "npm build"
❯ __test__/getCommand.spec.ts:13:40
|
|
Build the package
Process completed with exit code 1.
|