-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that npm is installed before running it
See gh-388
- Loading branch information
1 parent
77c336f
commit b94292e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" > /dev/null | ||
|