Skip to content

Commit

Permalink
Merge pull request #157 from nextcloud/fix/dependency-release-build
Browse files Browse the repository at this point in the history
fix: Include composer dependencies in the release bundle
  • Loading branch information
juliushaertl authored Sep 15, 2024
2 parents 3e21d77 + 2ff6be6 commit b6cdbb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion krankerl.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
before_cmds = [
'composer install --no-dev',
'npm ci',
'npm run build'
'npm run build'
]

0 comments on commit b6cdbb7

Please sign in to comment.