Skip to content

Commit 6e0641f

Browse files
authored
Merge pull request #1 from rokiyama/feat/support-newer-lockfile-versions
2 parents 66184c6 + 8101504 commit 6e0641f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: integration-tests/lockfile/lockfile.sh

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
#!/usr/bin/env bash
2-
31
# make sure errors stop the script
42
set -e
53

64
echo "add patch-package"
75
npm i $1
86
alias patch-package=./node_modules/.bin/patch-package
97

8+
echo "Add left-pad"
9+
10+
1011
testLockFile() {
1112
echo "Version test $1"
1213
npm i --lockfile-version $1
@@ -24,9 +25,6 @@ testLockFile() {
2425
test -f patches/left-pad+1.3.0.patch || exit 1
2526
}
2627

27-
echo "test lockfile v1"
28-
testLockFile 1
29-
3028
echo "test lockfile v2"
3129
testLockFile 2
3230

0 commit comments

Comments
 (0)