mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
8 lines
199 B
Bash
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
|