remove travis remains (#3051)

This commit is contained in:
Denys Vuika
2023-03-14 17:01:56 -04:00
committed by GitHub
parent 680319596a
commit eba0f9aef8
24 changed files with 28 additions and 527 deletions

View File

@@ -1,33 +0,0 @@
{
"standalone": {
"projectRoot": ".."
},
"deploy": {
"releaseVersion": "",
"tagAliases": [],
"tagVersionSuffix": ""
},
"scripts": {
"prebuild": [
{
"command": "./scripts/local/check-for-extra-node-modules"
},
{
"command": "mkdir",
"args": [
"-p",
"$THIS_PROJECT_ROOT_PATH/.tmp"
]
},
{
"command": "cp",
"args": [
"$THIS_PROJECT_SOURCE_ROOT_PATH/app.config.json.tpl",
"$THIS_PROJECT_ROOT_PATH/.tmp/app.config.json"
]
}
],
"postinstall": [
]
}
}