Merge pull request #44 from suda/master

Allow unofficial plugins
This commit is contained in:
2021-04-10 16:14:00 +02:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ if [ -n "$INPUT_PRETTIER_PLUGINS" ]; then
exit 1
fi
done
npm install --silent $INPUT_PRETTIER_PLUGINS
npm install --silent --global $INPUT_PRETTIER_PLUGINS
fi
)