-
Notifications
You must be signed in to change notification settings - Fork 4
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
Flow grpc-web service #14
base: master
Are you sure you want to change the base?
Conversation
This is sweet! The trouble in CI is probably that we're no longer emitting the TS files it expects. I've been keeping TS support until I can remove all of the BAZEL stuff that fails when TS file emission is disabled. |
@chrisgervang Can't understand what CI wants +MODIFIED_FILES=package-lock.json
+[[ -n package-lock.json ]]
+echo 'ERROR: Changes detected in generated code, please run '\''./generate.sh'\'' and check-in the changes.'
ERROR: Changes detected in generated code, please run './generate.sh' and check-in the changes.
+exit 1 Probably package-lock.json is different after some commands? |
"resolve": "1.8.1", | ||
"semver": "5.6.0", | ||
"source-map": "0.5.7" | ||
"@babel/code-frame": "^7.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI build error is happening since you're using NPM v6 instead of v5 judging by this lock file change. I think I just need to update the CI config to use a new NPM version.
No description provided.