* ci: don't build our master branch * Add netlify-cli as a dev dependency * ci: trying a sheltered merge flow for promotions * ci: try building with QUICK_BUILD flag * Try using ~/repo prefix in command * ci: make sure netlify command is available * ci: use sudo for global command * Inline personal access token w/ env var * ci: workaround for sudo limitations
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"scripts": {
|
|
"deploy": "netlify deploy --prod --dir ./../platform/viewer/dist"
|
|
},
|
|
"devDependencies": {
|
|
"netlify-cli": "^2.21.0"
|
|
}
|
|
}
|