Skip to content

Commit

Permalink
Ensure that npm is installed before running it
Browse files Browse the repository at this point in the history
See gh-388
  • Loading branch information
wilkinsona committed Nov 16, 2023
1 parent 77c336f commit b94292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
echo "Staging ${stageVersion} (next version will be ${nextVersion})"
run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P '!formatter-dependencies' antrun:run@update-version frontend:npm@update-package-lock
run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P '!formatter-dependencies' antrun:run@update-version frontend:install-node-and-npm frontend:npm@update-package-lock

git config user.name "Spring Builds" > /dev/null
git config user.email "spring-builds@users.noreply.github.com" > /dev/null
Expand Down

0 comments on commit b94292e

Please sign in to comment.