Remove build scripts #2398
Annotations
5 errors
__tests__/e2e.test.ts > Passes in the react-passing test project:
__tests__/e2e.test.ts#L61
ExecaError: Command failed with ENOENT: /home/runner/work/preflight/preflight/bin/preflight.js
spawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT
❯ getFinalError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:167:4
❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:150:17
❯ __tests__/e2e.test.ts:61:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with ENOENT: /home/runner/work/preflight/preflight/bin/preflight.js\nspawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT', originalMessage: 'spawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT', command: '/home/runner/work/preflight/preflight/bin/preflight.js', escapedCommand: '/home/runner/work/preflight/preflight/bin/preflight.js', cwd: '/home/runner/work/preflight/preflight/__tests__/fixtures/__temp/react-passing', durationMs: 5.383101, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, code: 'ENOENT', stdout: '', stderr: '', stdio: [ undefined, '', '' ], ipcOutput: [], pipedFrom: [] }
Caused by: Caused by: Error: spawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'spawn /home/runner/work/preflight/preflight/bin/preflight.js', path: '/home/runner/work/preflight/preflight/bin/preflight.js', spawnargs: [] }
|
__tests__/e2e.test.ts > Passes in the next-js-passing test project:
__tests__/e2e.test.ts#L70
ExecaError: Command failed with ENOENT: /home/runner/work/preflight/preflight/bin/preflight.js
spawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT
❯ getFinalError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/final-error.js:6:9
❯ makeError node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:167:4
❯ handlePromise node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:150:17
❯ __tests__/e2e.test.ts:70:30
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with ENOENT: /home/runner/work/preflight/preflight/bin/preflight.js\nspawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT', originalMessage: 'spawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT', command: '/home/runner/work/preflight/preflight/bin/preflight.js', escapedCommand: '/home/runner/work/preflight/preflight/bin/preflight.js', cwd: '/home/runner/work/preflight/preflight/__tests__/fixtures/__temp/next-js-passing', durationMs: 3.640431, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, code: 'ENOENT', stdout: '', stderr: '', stdio: [ undefined, '', '' ], ipcOutput: [], pipedFrom: [] }
Caused by: Caused by: Error: spawn /home/runner/work/preflight/preflight/bin/preflight.js ENOENT
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'spawn /home/runner/work/preflight/preflight/bin/preflight.js', path: '/home/runner/work/preflight/preflight/bin/preflight.js', spawnargs: [] }
|
ubuntu-latest: Build, lint, test
Process completed with exit code 1.
|
windows-latest: Build, lint, test
The job was canceled because "ubuntu-latest" failed.
|
windows-latest: Build, lint, test
The operation was canceled.
|