Skip to content

Commit 022893c

Browse files
Merge pull request #2964 from mikeharder/use-preinstalled-npm
[initScript.sh] Use npm version bundled with node
2 parents 32292fe + b28fe16 commit 022893c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.sdkauto/initScript.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
set -e
44

5-
npm install -g npm
6-
75
pushd generator
86

97
npm ci
108

11-
popd
9+
popd

0 commit comments

Comments
 (0)