-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pre-commit hooks are failing in rosetta. #445
Comments
Besides the publicConfig.js error... Requiring |
The problem is rooted in the fact that the After consulting with @zepumph and @samreid, a commit was made that basically turns off TypeScript type checking for rosetta in order to fix the immediate problem. We'll work on the larger issue of making type checking work for Rosetta later, and under #311. @zepumph - Please double check that pre-commit hooks are now working for you too and, if so, I think we can close this. |
Looks great. Thanks |
Hmm, this probably isn't a real solution, since lint is now failing since app.ts is not able to get type info. @jbphet should we just proceed with getting all js files committed, and generate a json as a build artifact? |
I have reverted |
After a pull-all, pre-commit hooks were failing for me with:
In Slack#dev-public, @samreid said::
@zepumph and @jbphet are apparently working on making rosetta TypeScript capable, and this is related.
I pointed out that having to
npm install
in a repo that is not related to build tools is not something that is expected. And it was not announced.After doing
cd rosetta; npm install
as suggested, I'm still getting the failure that @samreid noted above. I find no file named publicConfig.js. Is it something new that was not checked in?The text was updated successfully, but these errors were encountered: