Skip to content

Commit

Permalink
Use npm bin for deploy script in master (angular#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored and josephperrott committed May 3, 2018
1 parent 089b2dd commit 76fa6be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mode=${2:-dev}
projectId=${PROJECT_ID[$version, $mode]}

npm run build-themes
ng build --aot --prod
firebase use $projectId
firebase deploy
$(npm bin)/ng build --aot --prod
$(npm bin)/firebase use $projectId
$(npm bin)/firebase deploy

0 comments on commit 76fa6be

Please sign in to comment.