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 14477a6 commit da3d09aCopy full SHA for da3d09a
integration-tests/lockfile/lockfile.sh
@@ -6,6 +6,9 @@ npm i $1
6
set -x
7
alias patch-package=./node_modules/.bin/patch-package
8
9
+echo "Add left-pad"
10
+npm i left-pad@1.3.0
11
+
12
testLockFile() {
13
14
echo "Version test $1"
0 commit comments