We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10ad6d commit 64e5cc0Copy full SHA for 64e5cc0
scripts/open-docs-pull-request.sh
@@ -18,6 +18,7 @@ git clone --depth 1 \
18
echo "Copying contents to git repo"
19
cp -R "$source_path" "$clone_dir/$destination_path"
20
cd "$clone_dir"
21
+yarn && yarn prettier --write "$destination_path/$source_path"
22
git checkout -b "$destination_head_branch"
23
24
if [ -z "$(git status -z)" ]; then
0 commit comments