Skip to content

Commit

Permalink
fix: change package manager script
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed Oct 29, 2024
1 parent 2cff08b commit ba02c09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 147,396 deletions.
10 changes: 0 additions & 10 deletions scripts/yarn/change_package_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ if [ -f "$(pwd)/.yarnrc.yml" ]; then
mv -f $(pwd)/.yarnrc.yml $TMP_DIR
fi

if [ -f "$(pwd)/.yarnrc" ]; then
echo "[INFO]: Move '.yarnrc' file to the temporary directory"
mv -f $(pwd)/.yarnrc $TMP_DIR
fi

if [ -d "$(pwd)/.yarn" ]; then
echo "[INFO]: Move '.yarn' dir to the temporary directory"
mv -f $(pwd)/.yarn $TMP_DIR/
fi

if [ -f "$(pwd)/yarn.lock" ]; then
echo "[INFO]: Move 'yarn.lock' file to the temporary directory"
mv -f $(pwd)/yarn.lock $TMP_DIR
Expand Down
Loading

0 comments on commit ba02c09

Please sign in to comment.