I'm trying to put together a GitHub PR for the react-querybuilder
library, but my CodeSandbox CI job is failing with the following message:
{ [Error: ENOENT: no such file or directory, copyfile '/tmp/7f429ec0/react-querybuilder-v4.0.0-beta2.tgz' -> '/tmp/output/react-querybuilder/_pkg.tgz']
errno: -2,
code: 'ENOENT',
syscall: 'copyfile',
path: '/tmp/7f429ec0/react-querybuilder-v4.0.0-beta2.tgz',
dest: '/tmp/output/react-querybuilder/_pkg.tgz' }
The GitHub Actions run fine, and I can run the npm run build
command locally without issues, so I'm not sure if I have something configured wrong or if there is a problem with CodeSandbox CI.