Skip to content

Commit 1a188cb

Browse files
committed
add npm install to script
1 parent f5d7e06 commit 1a188cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration-tests/apply-multiple-patches/apply-multiple-patches.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# make sure errors stop the script
22
set -e
33

4+
npm install
5+
46
echo "add patch-package"
57
npm add $1
68
alias patch-package=./node_modules/.bin/patch-package
79

10+
811
echo "SNAPSHOT: patch-package happily applies both good patches"
912
patch-package
1013
echo "END SNAPSHOT"

0 commit comments

Comments
 (0)