Skip to content

Commit

Permalink
build(composer): fix build script so CI passes
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 13, 2023
1 parent 63f5f4d commit 71c2eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"scripts": {
"build": [
"vendor/bin/jane-openapi generate",
"cp -R src/ lib/"
"cp src/Braze.php lib/Braze.php"
],
"clean": [
"rm -rf lib/"
Expand Down

0 comments on commit 71c2eec

Please sign in to comment.