Skip to content

Remove keys mangling for gentype #6359

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run tsc for gentype tests
  • Loading branch information
DZakh committed Aug 20, 2023
commit ffeab588eac7cd9cbb28527e9e822663d3169601
5 changes: 2 additions & 3 deletions jscomp/gentype_tests/typescript-react-example/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
SHELL = /bin/bash

node_modules/.bin/tsc:
test:
npm install

test: node_modules/.bin/tsc
npm run build
npm run tsc

clean:
rm -rf node_modules lib src/*.bs.js src/*.gen.tsx
Expand Down