We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66184c6 + 8101504 commit 6e0641fCopy full SHA for 6e0641f
integration-tests/lockfile/lockfile.sh
@@ -1,12 +1,13 @@
1
-#!/usr/bin/env bash
2
-
3
# make sure errors stop the script
4
set -e
5
6
echo "add patch-package"
7
npm i $1
8
alias patch-package=./node_modules/.bin/patch-package
9
+echo "Add left-pad"
+npm i [email protected]
10
+
11
testLockFile() {
12
echo "Version test $1"
13
npm i --lockfile-version $1
@@ -24,9 +25,6 @@ testLockFile() {
24
25
test -f patches/left-pad+1.3.0.patch || exit 1
26
}
27
-echo "test lockfile v1"
28
-testLockFile 1
29
30
echo "test lockfile v2"
31
testLockFile 2
32
0 commit comments