Skip to content

Commit

Permalink
Merge pull request #86 from seven1m/master
Browse files Browse the repository at this point in the history
fix(Plugin): don't install plugins globally
  • Loading branch information
creyD committed Jan 13, 2022
2 parents 49aca57 + 8a16fc9 commit 0581250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ -n "$INPUT_PRETTIER_PLUGINS" ]; then
exit 1
fi
done
npm install --silent --global $INPUT_PRETTIER_PLUGINS
npm install --silent $INPUT_PRETTIER_PLUGINS
fi
)

Expand Down

0 comments on commit 0581250

Please sign in to comment.