Skip to content

Commit

Permalink
fix: npm i of the /lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Apr 16, 2024
1 parent 781fdeb commit d3b7696
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ directories=$(find ./src -type d -name "node_modules" -prune -o -type f -name "p
echo "Extensions directories:"
echo "$directories"

# /lib directory should be installed first
directories="./src/extensions/lib $directories"

for dir in $directories; do
(
echo "Directory: $dir"
Expand Down

0 comments on commit d3b7696

Please sign in to comment.