Drop sizzle test dependency
This commit is contained in:
parent
cfb3a18f44
commit
bd2ac26df6
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ if [ ! -d node_modules/chrome-remote-interface ]; then
|
|||
rm -f package-lock.json # otherwise the command below installs *everything*, argh
|
||||
mv package.json .package.json
|
||||
# only install a subset to save time/space
|
||||
npm install chrome-remote-interface sizzle
|
||||
npm install chrome-remote-interface
|
||||
mv .package.json package.json
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue