Skip to content

Commit

Permalink
Merge pull request #2964 from mikeharder/use-preinstalled-npm
Browse files Browse the repository at this point in the history
[initScript.sh] Use npm version bundled with node
  • Loading branch information
anthony-c-martin authored Sep 8, 2023
2 parents 32292fe + b28fe16 commit 022893c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .sdkauto/initScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

set -e

npm install -g npm

pushd generator

npm ci

popd
popd

0 comments on commit 022893c

Please sign in to comment.