Skip to content

Commit

Permalink
Update install and deploy scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Apr 24, 2014
1 parent e813650 commit b92b46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Make sure we're in a good state.
git checkout master
rm -rf dist
~/repos/ember-cli/bin/ember build production
ember build production

# Move to the "release" branch and make everything work.
git checkout gh-pages
Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ cd ../../

git checkout vendor
rm .gitkeep

npm link ember-cli

0 comments on commit b92b46e

Please sign in to comment.