Skip to content

Commit

Permalink
Changed forlder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Feb 6, 2024
1 parent 8fa8393 commit 822d79b
Show file tree
Hide file tree
Showing 51 changed files with 34,002 additions and 34,081 deletions.
File renamed without changes.
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
steps:
- uses: actions/checkout@v3
- run: cd website && npm ci && npm run build
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd website && npm ci && npm run build
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
24 changes: 21 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# See website folder for web-specific .gitignore

# misc
**/.DS_Store
**/.eslintcache
.firebase/*.cache

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
File renamed without changes.
Loading

0 comments on commit 822d79b

Please sign in to comment.