Replies: 1 comment
-
Its very weird. Seems to fail at line 23 of sourcefiles.ts export const generateSourceFiles = async () => {
const location = join(__dirname, '..', '..', 'src');
const prettierConfig = await prettier.resolveConfig(location);
await Promise.all([
//
generateFrameworksFile(prettierConfig),
generateVersionsFile(prettierConfig),
generateExportsFile(prettierConfig), // <------ seems to fail on this
]);
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I followed contribution guide (both CONTRIBUTE.md and https://storybook.js.org/docs/contribute/code)
Simply:
forked the next branch
cloned
from root of repo
yarn start fails with log below
Tried cleaning, re-cloning, etc. No dice.
Tried
yarn prep
from /code/core, that reproduces the failure.Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions