Skip to content

Commit

Permalink
add --force to npm install in zxi
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 6, 2024
1 parent 3c12e0b commit 0cac388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/zxi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if (await pathExists(`${ DIR }/package.json`)) {
--no-fund \
--lockfile-version=3 \
--loglevel=error \
--force \
`;

const BIN = normalize(`${ cwd() }/node_modules/.bin`);
Expand Down

0 comments on commit 0cac388

Please sign in to comment.