personal-site/nodecid.config.json
Benjamin Toby a7f660fab8 updates
2023-10-29 16:49:24 +01:00

5 lines
110 B
JSON

{
"preflight": ["git checkout .", "git pull", "npm install", "npm run build"],
"start": "npm start"
}