Skip to content

Commit

Permalink
fix: fix heroku deploy (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jan 12, 2022
1 parent 5cef122 commit 2812ed3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2812ed3

Please sign in to comment.