Skip to content

Commit

Permalink
Merge pull request #715 from axonivy/npm-ddp
Browse files Browse the repository at this point in the history
Add npm ddp to raise-deps script
  • Loading branch information
ivy-lli authored Jan 9, 2025
2 parents d657d95 + 80d1e1a commit 6e54c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ivy/raise-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sed -i -E "s/(\"@axonivy[^\"]*\"): \"[^\"]*\"/\1: \"~${1/SNAPSHOT/next}\"/" inte
npm run update:axonivy:next
if [ "$DRY_RUN" = false ]; then
npm install
npm ddp
fi

0 comments on commit 6e54c80

Please sign in to comment.