-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use bash 'AND' instead of background task #2335
Conversation
https://stackoverflow.com/questions/26770568/vs-with-the-test-command-in-bash & means "run this task in the background". This is not recommended here as it might not be finished when the build is trying to write new files. I'm not sure that this will solve the build error we experienced on some runs, but it's certainly a step into the right direction.
|
Storybook complains about finding two favicons. Safari currently does not support svg favicons, falling back to the classic .ico deals with the warning
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Preview environment ready: https://preview-2335--swisspost-design-system-next.netlify.app |
Preview environment ready: https://preview-2335--swisspost-web-frontend.netlify.app |
Pnpm does not run pre* tasks by default. I think it's a security measure.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
https://stackoverflow.com/questions/26770568/vs-with-the-test-command-in-bash
& means "run this task in the background". This is not recommended here as it might not be finished when the build is trying to write new files.
I'm not sure that this will solve the build error we experienced on some runs, but it's certainly a step into the right direction.