Skip to content

Commit

Permalink
fix: firebase deploy (#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes authored Jan 19, 2025
1 parent b3bee1d commit 3bf879c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ jobs:
- setup_repo
- attach_workspace:
at: '.'
# - firebase_deploy:
# # token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
# alias: << parameters.DEPLOY_ALIAS >>
- firebase_deploy:
# token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
alias: << parameters.DEPLOY_ALIAS >>
- run:
name: Prune Docker resources
command: |
Expand Down
1 change: 0 additions & 1 deletion shared/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './data'
export * from './models'
export * from './messages'
export * from './mocks'
export * from './theme'

/*************************************************************************************
Expand Down

0 comments on commit 3bf879c

Please sign in to comment.