46 строки
1.0 KiB
JSON
46 строки
1.0 KiB
JSON
{
|
|
"name": "dreamhouse-sfdx",
|
|
"version": "0.1.0",
|
|
"description": "dreamhouse-sfdx",
|
|
"repository": "https://github.com/wadewegner/dreamhouse-sfdx",
|
|
"author": "",
|
|
"license": "ALv2",
|
|
"bugs": {
|
|
"url": "https://github.com/wadewegner/dreamhouse-sfdx/issues"
|
|
},
|
|
"homepage":
|
|
"https://github.com/wadewegner/dreamhouse-sfdx#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/heroku/salesforce-cli-buildpack#v3"
|
|
},
|
|
{
|
|
"url": "https://github.com/heroku/salesforce-buildpack#v2"
|
|
}
|
|
],
|
|
"env": {
|
|
"SFDX_DEV_HUB_AUTH_URL": {
|
|
"required": true
|
|
},
|
|
"SFDX_BUILDPACK_DEBUG": {
|
|
"required": true
|
|
},
|
|
"HEROKU_APP_NAME" : {
|
|
"required": true
|
|
}
|
|
},
|
|
"environments": {
|
|
"test": {
|
|
"scripts": {
|
|
"test-setup":
|
|
"./vendor/sfdx/release.sh ci-$HEROKU_TEST_RUN_COMMIT_VERSION && ./bin/test-setup.sh",
|
|
"test": "./bin/test.sh"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"pr-predestroy": "./bin/ra-org-delete.sh"
|
|
}
|
|
} |