From f67649f699f9ca03806ec319137a9482a8fb923c Mon Sep 17 00:00:00 2001 From: samuraikun Date: Fri, 28 Sep 2018 13:13:34 +0900 Subject: [PATCH] fix path --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6910d8e..9a0911e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,5 +40,5 @@ jobs: command: npm run build - run: name: 'Deploy to Hosting' - command: ln -s ./node_modules/.bin/firebase . && \ + command: ln -s ./node_modules/firebase-tools/bin/firebase . && \ ./firebase deploy --only hosting --project "$FIREBASE_PROJECT_ID" --token "$FIREBASE_TOKEN" \ No newline at end of file