Generate and publish sandboxes #415
generate-sandboxes.yml
on: schedule
Generate to next
29m 9s
Generate to main
33m 6s
Annotations
2 errors
Generate to main
❌ Failed to execute before-script for template: Next.js v13.5 (Webpack | TypeScript) (nextjs/13-ts)
Error: Command failed with exit code 1: yarn create next-app before-storybook -e https://github.com/vercel/next.js/tree/next-13/examples/hello-world && cd before-storybook jq '.compilerOptions.moduleResolution = "bundler"' tsconfig.json > tmp.json && mv tmp.json tsconfig.json && npm pkg set "dependencies.next"="^13.5.6" && yarn && git add . && git commit --amend --no-edit && cd ..
mv: cannot stat 'tmp.json': No such file or directory
at makeError (/home/runner/work/storybook/storybook/scripts/node_modules/execa/lib/error.js:59:13)
at handlePromise (/home/runner/work/storybook/storybook/scripts/node_modules/execa/index.js:119:50)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async /home/runner/work/storybook/storybook/scripts/sandbox/generate.ts:226:13
|
Generate to main
Process completed with exit code 1.
|