Skip to content

Commit

Permalink
Use legacy-peer-deps in npm2rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and evgeni committed Sep 24, 2024
1 parent 48a6dfe commit a1fcf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_npm_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ generate_npm_package() {
mkdir $PACKAGE_DIR
echo "FINISHED"
echo -n "Creating specs and downloading sources..."
npm2rpm -n $NPM_MODULE_NAME -v $VERSION -s $STRATEGY -o $PACKAGE_DIR
npm2rpm -n $NPM_MODULE_NAME -v $VERSION -s $STRATEGY -o $PACKAGE_DIR --use-legacy-peer-deps
echo "FINISHED"
if [[ $UPDATE == true ]]; then
echo "Restoring changelogs..."
Expand Down

0 comments on commit a1fcf87

Please sign in to comment.