personal-site/nodecid.config.json

5 lines
110 B
JSON
Raw Normal View History

2023-10-29 11:40:23 +00:00
{
2023-10-29 15:49:24 +00:00
"preflight": ["git checkout .", "git pull", "npm install", "npm run build"],
2023-10-29 11:40:23 +00:00
"start": "npm start"
}