Skip to content

Commit

Permalink
Update build-plugins-changed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Feb 18, 2024
1 parent 61c6de6 commit 233d3c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-plugins-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,9 @@ jobs:
# Loop through each changed directory
for dir in $changed_dirs; do
cd "/plugins/$dir" || continue
# Run npm install
pushd "./plugins/$dir"
npm install
# Run npm run build
npm run build
cd - >/dev/null || continue
popd
done

0 comments on commit 233d3c4

Please sign in to comment.