Skip to content

Commit 3300037

Browse files
committed
ci(config.yml): fix firebase storybook deploy command
1 parent a6f93c0 commit 3300037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
at: ~/repo
8484
- run:
8585
name: 'Deploy Storybook'
86-
command: firebase deploy --token=$FIREBASE_TOKEN
86+
command: ./node_modules/.bin/firebase deploy --token=$FIREBASE_TOKEN
8787
workflows:
8888
version: 2
8989
build-and-deploy:

0 commit comments

Comments
 (0)