Skip to content

Commit

Permalink
fix: Include composer dependencies in the release bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Sep 15, 2024
1 parent 3e21d77 commit 2ff6be6
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 2ff6be6

Please sign in to comment.