Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Automatically build UI after dependencies have been installed (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
daortizh authored Sep 2, 2016
1 parent 1984b16 commit 5e26068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"watchify": "~2.1.0"
},
"scripts": {
"postinstall": "npm run build-all",
"build-all": "npm run build-flow && npm run build-dns && npm run build-proxy",
"build-flow": "cd flow/ && npm run build-all && cd ../",
"build-dns": "cd dns/ && npm run build-all && cd ../",
Expand Down

0 comments on commit 5e26068

Please sign in to comment.