mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
js build doesn't require python deps
This commit is contained in:
parent
910d2132df
commit
df9435aae5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -88,7 +88,7 @@ BUILDDEPS := .build/ui .build/js
|
|||
./tools/build_ui.sh
|
||||
touch $@
|
||||
|
||||
.build/js: $(RUNREQS) $(TSDEPS)
|
||||
.build/js: .build/jsreqs $(TSDEPS)
|
||||
(cd ts && npm run build)
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue