Skip to content

Commit

Permalink
feat: Update types for wavelite as well when generating python UI cla…
Browse files Browse the repository at this point in the history
…sses. #1796
  • Loading branch information
mturoci committed Feb 24, 2023
1 parent 3199752 commit 5831602
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/wavegen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ setup:
npm ci

run:
npx ts-node src/wavegen.ts ../../ui/src ../../py/h2o_wave ../../r/R
npx ts-node src/wavegen.ts ../../ui/src ../../py/h2o_wave/h2o_wave ../../r/R
cp ../../py/h2o_wave/h2o_wave/ui.py ../../py/h2o_wavelite/h2o_wavelite
cp ../../py/h2o_wave/h2o_wave/types.py ../../py/h2o_wavelite/h2o_wavelite

clean:
rm -rf build node_modules

0 comments on commit 5831602

Please sign in to comment.