1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-01-26 14:45:56 +00:00
tra-analysis/website/node_modules/npm/scripts/dep-update
2019-01-06 13:14:45 -06:00

8 lines
199 B
Bash

#!/bin/bash
node . install --save $1@$2 &&\
node scripts/gen-dev-ignores.js &&\
git add node_modules package.json package-lock.json &&\
git commit -m"$1@$2" &&\
node . repo $1 &&\
git commit --amend