6 lines
128 B
JSON
6 lines
128 B
JSON
{
|
|
"preflight": ["git checkout .", "git pull", "npm install", "npm run build"],
|
|
"start": "npm start",
|
|
"port": 5000
|
|
}
|