Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraikun committed Sep 28, 2018
1 parent 28d81f9 commit f67649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f67649f

Please sign in to comment.