Skip to content

Commit

Permalink
chore: backend-middleware is a pre-requisite of test app
Browse files Browse the repository at this point in the history
* The backend-middleware package must be compiled prior to starting the
  test app
  • Loading branch information
phantomjinx committed May 8, 2024
1 parent 8f50b08 commit e1dec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"start": "concurrently -n hawtio,app \"yarn build:hawtio:watch\" \"yarn start:app\"",
"start:app": "yarn workspace app start",
"start:app": "yarn build:backend-middleware && yarn workspace app start",
"build": "yarn build:hawtio",
"build:all": "yarn workspaces foreach -v -Aipt --exclude @hawtio/next-root run build",
"build:app": "yarn workspace app build",
Expand Down

0 comments on commit e1dec88

Please sign in to comment.