Sha256: 7e0161788254280f0ed04262fe67de0296232fb9199ea25a7f1946f361cb64f8

Contents?: true

Size: 321 Bytes

Versions: 119

Compression:

Stored size: 321 Bytes

Contents

#!/bin/bash

set -e

install_dir=$1
if [ -z "$install_dir" ]; then
  echo "usage: $0 INSTALL_DIR"
  exit 1
fi

helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
cp -r \
  "$helpers_dir/npm" \
  "$helpers_dir/yarn" \
  "$helpers_dir/package.json" \
  "$helpers_dir/yarn.lock" \
  "$install_dir"

cd "$install_dir"
yarn install

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
dependabot-npm_and_yarn-0.95.84 helpers/build
dependabot-npm_and_yarn-0.95.83 helpers/build
dependabot-npm_and_yarn-0.95.82 helpers/build
dependabot-npm_and_yarn-0.95.81 helpers/build
dependabot-npm_and_yarn-0.95.80 helpers/build
dependabot-npm_and_yarn-0.95.79 helpers/build
dependabot-npm_and_yarn-0.95.78 helpers/build
dependabot-npm_and_yarn-0.95.77 helpers/build
dependabot-npm_and_yarn-0.95.76 helpers/build
dependabot-npm_and_yarn-0.95.75 helpers/build
dependabot-npm_and_yarn-0.95.74 helpers/build
dependabot-npm_and_yarn-0.95.73 helpers/build
dependabot-npm_and_yarn-0.95.72 helpers/build
dependabot-npm_and_yarn-0.95.71 helpers/build
dependabot-npm_and_yarn-0.95.70 helpers/build
dependabot-npm_and_yarn-0.95.69 helpers/build
dependabot-npm_and_yarn-0.95.68 helpers/build
dependabot-npm_and_yarn-0.95.67 helpers/build
dependabot-npm_and_yarn-0.95.66 helpers/build
dependabot-npm_and_yarn-0.95.65 helpers/build