mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

We're cheating a bit by having it fix files in qt's data folder as well, but this makes it easier to share the config file.
3 lines
189 B
Bash
Executable file
3 lines
189 B
Bash
Executable file
# this is a hack to invoke prettier directly from Bazel
|
|
ts=${BUILD_WORKSPACE_DIRECTORY}/ts
|
|
(cd $ts && ./node_modules/.bin/prettier --config .prettierrc --write . $ts/../qt/aqt/data/web/js)
|