We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb43d49 + 353e52e commit b9675b7Copy full SHA for b9675b7
plugins/headlamp-plugin/install-dependencies.sh
@@ -6,7 +6,7 @@ set -o xtrace
6
for i in * ; do
7
if [ -d "$i" ]; then
8
cd "$i"
9
- npm install
+ npm ci
10
cd ..
11
fi
12
done
plugins/headlamp-plugin/test-plugins-examples.sh
@@ -13,7 +13,7 @@ for i in * ; do
13
14
15
# Test changes to headlamp-plugin in the PR/repo that released version might not have.
16
- npm install `ls -t ../../headlamp-plugin/kinvolk-headlamp-plugin-*.tgz | head -1`
+ npm ci `ls -t ../../headlamp-plugin/kinvolk-headlamp-plugin-*.tgz | head -1`
17
npm run lint
18
npm run format
19
npm run build
0 commit comments