Generate and publish sandboxes #408
generate-sandboxes.yml
on: schedule
Generate to next
30m 1s
Generate to main
32m 6s
Annotations
2 errors
Generate to next
❌ 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 next
Process completed with exit code 1.
|