12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"preflight": [
|
|
"eval $(ssh-agent)",
|
|
"ssh-add ./.ssh/github",
|
|
"git checkout .",
|
|
"git pull",
|
|
"npm install",
|
|
"npm run build"
|
|
],
|
|
"start": "npm start"
|
|
}
|