mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
2 lines
173 B
Bash
Executable file
2 lines
173 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)
|