personal-site/nodecid.config.json

12 lines
210 B
JSON
Raw Normal View History

2023-10-29 11:40:23 +00:00
{
"preflight": [
"eval $(ssh-agent)",
"ssh-add ./.ssh/github",
"git checkout .",
"git pull",
"npm install",
"npm run build"
],
"start": "npm start"
}