Skip to content

Commit

Permalink
fix(Extensions): compile project API
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Sep 8, 2022
1 parent e622bc1 commit 0a7ce32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Extensions/Scripts/Modules/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const ProjectModule = async ({
? undefined
: `${app.project.projectPath}/.bridge/compiler/${configFile}`
)
await service.setup()

await service.build()
},
Expand Down

0 comments on commit 0a7ce32

Please sign in to comment.