mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
4 lines
189 B
Bash
Executable file
4 lines
189 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 \
|
|
$BUILD_WORKING_DIRECTORY )
|