Fix prettier postinstall

This commit is contained in:
r1oga
2022-12-14 17:18:59 +01:00
parent 692afb0c9e
commit 03fb851ef6

View File

@@ -1,6 +1,4 @@
#!/bin/bash
lib=@r1oga/config-prettier
echo "\"$lib\"" > "$INIT_CWD/.prettierrc.yaml"
echo "\"@r1oga/prettier-config\"" > "$INIT_CWD/.prettierrc.yaml"
cp .prettierignore "$INIT_CWD/.prettierignore"