We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally raised here.
The npm build script isn't being run in Docker, it simply installs and then runs.
build
stage-ci/package.json
Line 10 in 408f6a0
stage-ci/Dockerfile
Lines 7 to 14 in 408f6a0
When now spins up a new deployment, it runs the build step automatically.
I can see two ways to fix this:
preinstall
✌️
The text was updated successfully, but these errors were encountered:
@zpnk ping?
Sorry, something went wrong.
I'm giving this a go now 👍
Fixed in #48 🐳
Successfully merging a pull request may close this issue.
Originally raised here.
The npm
build
script isn't being run in Docker, it simply installs and then runs.stage-ci/package.json
Line 10 in 408f6a0
stage-ci/Dockerfile
Lines 7 to 14 in 408f6a0
When now spins up a new deployment, it runs the
build
step automatically.I can see two ways to fix this:
build
script topreinstall
✌️
The text was updated successfully, but these errors were encountered: