Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Build xray_browser during script/build
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed Apr 27, 2018
1 parent 11363b8 commit 5e0dab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd xray_electron; yarn install --check-files; cd -
cd xray_ui; yarn install; cd -
cd xray_cli; cargo build "$@"; cd -
cd xray_server; cargo build "$@"; cd -
# cd xray_browser; script/build; cd -
cd xray_browser; script/build; cd -

0 comments on commit 5e0dab8

Please sign in to comment.