fix: fix heroku deploy (#5879)
This commit is contained in:
@@ -13,14 +13,11 @@
|
||||
.platform.app.yaml export-ignore
|
||||
.releaserc export-ignore
|
||||
.sass-lint.yml export-ignore
|
||||
.snyk export-ignore
|
||||
.styleci.yml export-ignore
|
||||
app.json export-ignore
|
||||
crowdin.yml export-ignore
|
||||
cypress.json export-ignore
|
||||
phpstan.neon export-ignore
|
||||
phpunit.xml export-ignore
|
||||
Procfile export-ignore
|
||||
psalm.yml export-ignore
|
||||
server.php export-ignore
|
||||
sonar-project.properties export-ignore
|
||||
|
||||
@@ -163,4 +163,3 @@ jobs:
|
||||
workflow: Release update
|
||||
repo: monicahq/docker
|
||||
token: ${{ secrets.DOCKER_GITHUB_TOKEN }}
|
||||
inputs: '{ "release": "v${{ needs.semantic.outputs.new_release_version }}" }'
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
"posttest": "vendor/bin/phpstan analyse && vendor/bin/psalm",
|
||||
"composer update": "COMPOSER_MEMORY_LIMIT=-1 composer update"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x",
|
||||
"yarn": "1.22.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0",
|
||||
"cypress": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user