Skip to content

Commit

Permalink
Update the rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
torabian committed Oct 20, 2024
1 parent 8201f6f commit a30b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function execa(command, file) {
async function processFilesAndRunMake(files, pwd) {
// Loop through each file and execute the external command
for (const file of files) {
const command = `${pwd}/artifacts/fireback/f gen gof --no-cache true --def ${pwd}/${file} --relative-to ${pwd} --gof-module github.com/torabian/fireback`;
const command = `${pwd}/app gen gof --no-cache true --def ${pwd}/${file} --relative-to ${pwd} --gof-module github.com/torabian/fireback`;
await execa(command, file);
}
}
Expand Down

0 comments on commit a30b02d

Please sign in to comment.