mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04: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)
|