We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67cacd commit 2605834Copy full SHA for 2605834
example-consuming-client/build.sh
@@ -15,7 +15,7 @@ then
15
echo "Node modules exist."
16
else
17
echo "Node modules do not exist in parent. Installing all dependencies."
18
- npm install
+ npm ci
19
fi
20
21
npm run build
@@ -30,7 +30,7 @@ then
30
echo "Node modules exist. Just installing rest router."
31
32
echo "Node modules does not exist. Installing all dependencies."
33
34
35
36
npm install ../build
0 commit comments