-
Notifications
You must be signed in to change notification settings - Fork 549
Some files are changed when building rest-server or webportal. #3035
Comments
What did you run? |
clean branch, master , then build rest-server or webportal. You could have a try. Because a version is input into the package.json. So the code base is changed. |
You only need the following commands for dev purpose:
|
Anyway, I will create a PR to handle this issue. I don't think testing webportal or rest-server locally is a good experience. And every time you trigger the build process, you will have to clean the code base. It's not reasonable. |
You only need |
@abuccts If you don't change the build logic, the problem still exits. Anyway, I have create the PR. And I prefer to test in docker container. So if you still think yarn dev or yarn build is better. Could you make some change on the building logic? |
I thought your problem is The problem won't exist if you move |
Every time I build webportal or rest-server, the script does some change on the following files. And I have to do some git operation, or I can't checkout to another branch directly. Bad development experience.
The text was updated successfully, but these errors were encountered: