personal-site/nodecid.config.json
Benjamin Toby 1b08d4d713 updates
2023-10-29 12:40:23 +01:00

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"
}