5 lines
189 B
Bash
Executable File
5 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 )
|