Skip to content

Commit

Permalink
Fix typo in build:all target
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedenes committed Jul 13, 2023
1 parent 7e64b12 commit 9b45796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
},
"scripts": {
"install:all": "yarn install && cd goal-view-ui && yarn install && cd ../search-ui && yarn install",
"build:all": "cd goal-view-ui && yarn run build && cd ../search-ui && yarn run build && cd .. & yarn compile",
"build:all": "cd goal-view-ui && yarn run build && cd ../search-ui && yarn run build && cd .. && yarn compile",
"start:goal-view-ui": "cd goal-view-ui && yarn run start",
"build:goal-view-ui": "cd goal-view-ui && yarn run build",
"build:dev:goal-view-ui": "cd goal-view-ui && yarn run build:dev",
Expand Down

0 comments on commit 9b45796

Please sign in to comment.