Skip to content

Commit

Permalink
fix flightcontrol config template (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer authored Nov 4, 2022
1 parent 45ffcef commit 9fe7be3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export const flightcontrolConfig = {
type: 'static',
buildType: 'nixpacks',
singlePageApp: true,
installCommand:
'yarn set version stable && NODE_ENV=development yarn install',
buildCommand: 'yarn rw deploy flightcontrol web',
outputDirectory: 'web/dist',
envVariables: {
Expand Down

0 comments on commit 9fe7be3

Please sign in to comment.