This commit is contained in:
Gregory Schier 2016-04-28 01:04:28 -07:00
parent cde68635c2
commit 614a8208f7

View File

@ -13,8 +13,8 @@ cp -r app/package.json app/app.js dist/
echo "-- INSTALLING PACKAGES --"
cp -r app/node_modules dist/
# cd dist/; NODE_ENV=production npm install; cd ..
# cp -r app/node_modules dist/
cd dist/; NODE_ENV=production npm install; cd ..
echo "-- PACKAGING APP --"