Skip to content

Commit

Permalink
Install dependencies before push/publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsiddiq-till committed Aug 14, 2020
1 parent 1f0529d commit 402dd5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ echo "amplify version $(amplify --version)"
case $5 in

push)
yarn --frozen-lockfile
amplify push $9 --yes
;;

publish)
yarn --frozen-lockfile
amplify publish $9 --yes
;;

Expand Down

0 comments on commit 402dd5b

Please sign in to comment.