-
Notifications
You must be signed in to change notification settings - Fork 332
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.sh fails in a fresh checkout #23
Labels
Comments
Step 2 in the build mentions that you need to run npm install first time. I didn't add it to build file on purpose. |
Ok. Is the reason you didn't add it to |
chr15m
added a commit
to chr15m/poli
that referenced
this issue
Jul 26, 2019
Use make: `target/poli-0.9.0.jar' is up to date. to build. Only those dependencies which have changed will be built. For example node_modules will only be installed if package.json has been changed or if it is missing. Fixes shzlw#23
chr15m
added a commit
to chr15m/poli
that referenced
this issue
Jul 26, 2019
Use `make` to build. Only those dependencies which have changed will be built. For example `node_modules` will only be installed if package.json has been changed or if it is missing. React app will only be built if web-app sources have been changed. Fixes shzlw#23
Thanks a lot for the PR! Unfortunately, I don't use make but I will check your makefile and improve the build script. |
No worries! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: