Skip to content

Commit a9b868b

Browse files
technigePeter Wilhelmsson
authored andcommitted
Changed npm install to npm ci in test scripts
1 parent 07aa1f8 commit a9b868b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
npm install
1+
npm ci
22

33
$ErrorFound = $False
44

runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function finish {
66
trap finish EXIT
77

88

9-
npm install
9+
npm ci
1010

1111
if [[ ! -z "$1" ]]; then
1212
export NEOCTRL_ARGS="$1"

0 commit comments

Comments
 (0)