mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Stop running PhantomJS and build assets
This commit is contained in:
parent
96a278c88b
commit
a5a6f0695c
@ -24,10 +24,8 @@ echo "Creating and migrating database"
|
|||||||
mix ecto.create
|
mix ecto.create
|
||||||
mix ecto.migrate
|
mix ecto.migrate
|
||||||
|
|
||||||
echo "Running PhantomJS"
|
echo "Building assets"
|
||||||
phantomjs --webdriver=0.0.0.0:8910 2>/dev/null &
|
|
||||||
|
|
||||||
echo "Installing NPM assets"
|
|
||||||
cd assets
|
cd assets
|
||||||
npm install
|
npm install
|
||||||
|
npm run build
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user