Skip to content

Commit

Permalink
fixing ci (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
napowderly committed Mar 14, 2024
1 parent 0dace90 commit 746e2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./package-registry-frontend
working-directory: ./front-end
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": [
{
"source": "functions",
"source": "back-end",
"codebase": "default",
"ignore": [
"venv",
Expand Down

0 comments on commit 746e2ec

Please sign in to comment.