michoel
01/06/2021, 10:12 PM"scripts": {
"switch-sandbox-dev": "node -e \"require('fs').writeFileSync('project.json', '{\"\"accountSpecificValues\"\":\"\"ERROR\"\",\"\"defaultAuthId\"\":\"\"sandbox-dev\"\"}');\"",
"switch-sandbox-uat": "node -e \"require('fs').writeFileSync('project.json', '{\"\"accountSpecificValues\"\":\"\"ERROR\"\",\"\"defaultAuthId\"\":\"\"sandbox-uat\"\"}');\"",
"switch-production": "node -e \"require('fs').writeFileSync('project.json', '{\"\"accountSpecificValues\"\":\"\"ERROR\"\",\"\"defaultAuthId\"\":\"\"production\"\"}');\""
},