mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
7 lines
209 B
Bash
Executable file
7 lines
209 B
Bash
Executable file
# this is a hack to invoke prettier directly from Bazel
|
|
(cd "${BUILD_WORKSPACE_DIRECTORY}" && node_modules/.bin/prettier \
|
|
--config .prettierrc --write \
|
|
ts \
|
|
qt/aqt/data/web/js \
|
|
docs \
|
|
)
|