mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
node . install --save --save-dev $1@$2 &&\
|
|
node scripts/gen-dev-ignores.js &&\
|
|
git add package.json package-lock.json &&\
|
|
git commit -m"$1@$2" &&\
|
|
node . repo $1 &&\
|
|
git commit --amend
|