Skip to content

Commit

Permalink
Merge pull request #93 from brandonnorsworthy/updates
Browse files Browse the repository at this point in the history
google analytics events
  • Loading branch information
brandonnorsworthy authored Sep 23, 2024
2 parents a1ea419 + ce1b2b6 commit a86f601
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 122 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Create environment file
run: |
echo "NODE_ENV=dev" > .env
echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> .env
echo "NODE_ENV=production" > dist/.env
echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> dist/.env
- name: Build the project
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.52.1",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.427.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.0",
"tailwind-merge": "^2.4.0"
Expand Down
Loading

0 comments on commit a86f601

Please sign in to comment.