Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit da3cfea

Browse files
authored
Update update-project.sh
1 parent df0c889 commit da3cfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ JS_VERSION=$(npm view @alfresco/js-api@$VERSION version)
6565
for i in $(find . ! -path "*/node_modules/*" -name "package-lock.json" | xargs grep -l 'js-api'); do
6666
directory=$(dirname $i)
6767
echo $directory
68-
( cd $directory ; npm i --ignore-scripts @alfresco/js-api@$VERSION)
68+
( cd $directory ; npm i --save-exact --ignore-scripts @alfresco/js-api@$VERSION)
6969
done
7070

7171
for i in $(find . ! -path "*/node_modules/*" -name "package.json" | xargs grep -l 'js-api'); do

0 commit comments

Comments
 (0)