Skip to content

Commit

Permalink
Update install_vendors.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Jan 26, 2024
1 parent bc6b1f2 commit 1b5871c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install_vendors.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

# Array of files to copy
declare -a files_to_copy=("@dropins")
declare -a files_to_copy=(
"@dropins"
)

# Remove existing dropins folder
rm -rf vendors/
Expand All @@ -16,3 +18,5 @@ done

# Remove package.json files inside dropins
find vendors -type f -name "package.json" -exec rm {} \;

echo "🫡 Vendors installed successfully!"

0 comments on commit 1b5871c

Please sign in to comment.