5 lines
110 B
JSON
5 lines
110 B
JSON
{
|
|
"preflight": ["git checkout .", "git pull", "npm install", "npm run build"],
|
|
"start": "npm start"
|
|
}
|