mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 21:42:44 +00:00
Remove --force option
Remove --force option from `npm audit fix`. While this has not caused any issues to date, there is no guarantee that it will continue to be the case.
This commit is contained in:
@@ -10,7 +10,7 @@ git clone https://github.com/G-Ambatte/homebrewery.git
|
|||||||
|
|
||||||
cd homebrewery
|
cd homebrewery
|
||||||
npm install
|
npm install
|
||||||
npm audit fix -force
|
npm audit fix
|
||||||
npm run postinstall
|
npm run postinstall
|
||||||
|
|
||||||
cp freebsd/rc.d/homebrewery /etc/rc.d/
|
cp freebsd/rc.d/homebrewery /etc/rc.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user