Skip to content

Commit

Permalink
Merge pull request #22 from TEAM-FLASH/dev
Browse files Browse the repository at this point in the history
Version 0.0: 11차 배포 자동화 테스트
  • Loading branch information
JWJung-99 authored Dec 4, 2024
2 parents 8c88efa + 18a3d94 commit 0468769
Show file tree
Hide file tree
Showing 13 changed files with 702 additions and 31 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down Expand Up @@ -44,5 +41,5 @@ jobs:
uses: chetan/invalidate-cloudfront-action@master
env:
AWS_DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION_ID }}
PATHS: '/index.html'
PATHS: '/*'
continue-on-error: true
16 changes: 0 additions & 16 deletions appspec.yml

This file was deleted.

2 changes: 0 additions & 2 deletions deploy.sh

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run"
"test": "vitest --ui",
"test:run": "vitest run",
"test:ui": "vitest --ui"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@tanstack/react-query": "^5.61.5",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
Expand All @@ -26,10 +29,12 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^2.1.8",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
Expand Down
Loading

0 comments on commit 0468769

Please sign in to comment.