Skip to content

Commit

Permalink
Update server/compile
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Cretu <paul.s.cretu@gmail.com>
  • Loading branch information
skanderm and paulcretu committed Jul 18, 2023
1 parent fa6fc93 commit 5b11d77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions server/compile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

source $phoenix_dir/load_env.sh

echo "---- Building UI, running: npm run build"

cd $phoenix_dir/ui
npm run build

echo "---- UI build done, running: cd $phoenix_dir; mix assets.deploy"
echo "---- UI build done, running: mix assets.deploy"

cd $phoenix_dir
mix assets.deploy
mix assets.deploy

echo "---- mix assets.deploy done"

0 comments on commit 5b11d77

Please sign in to comment.