Skip to content
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

Build script does (will) not work for some Linux distros(?) #466

Closed
SanketDG opened this issue Oct 6, 2020 · 0 comments · Fixed by #468
Closed

Build script does (will) not work for some Linux distros(?) #466

SanketDG opened this issue Oct 6, 2020 · 0 comments · Fixed by #468
Assignees
Labels
bug Something isn't working

Comments

@SanketDG
Copy link

SanketDG commented Oct 6, 2020

Describe the bug
When running yarn build, the command cp -r ./web-app/build/ ./builld copies the ./web-app/build to ./build/build folder.

I think the right command would be:

See https://askubuntu.com/a/86824

cp -r ./web-app/build/. ./build/ # notice the dot

Desktop (please complete the following information):

  • Platform: Linux
  • OS: Fedora
  • Version 31
@SanketDG SanketDG added the bug Something isn't working label Oct 6, 2020
@ShMcK ShMcK closed this as completed in #468 Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants