1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00

removed npm/ember install commands

This commit is contained in:
Harvey Kandola 2016-06-12 08:02:07 +01:00
parent e13978d5bc
commit 236aa2c7ad

View file

@ -5,8 +5,6 @@ echo "Build process started $NOW"
echo "Building Ember assets..." echo "Building Ember assets..."
cd app cd app
npm install
bower install
ember b -o dist-prod/ --environment=production ember b -o dist-prod/ --environment=production
echo "Copying Ember assets..." echo "Copying Ember assets..."