fix: fix heroku deploy (#5879)

This commit is contained in:
Alexis Saettler
2022-01-12 10:04:44 +01:00
committed by GitHub
parent 5cef122c0e
commit 2812ed318a
3 changed files with 4 additions and 4 deletions
-3
View File
@@ -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
-1
View File
@@ -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 }}" }'
+4
View File
@@ -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",