Skip to content

Commit

Permalink
🚀 Deploy - S3 Bucket Build Error Resolve (#14)
Browse files Browse the repository at this point in the history
* remove: React Unused Parameter Lint

* deploy: S3 Bucket Deploying
  • Loading branch information
kurtyoon authored Aug 19, 2024
1 parent de8a7f2 commit cea58db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create env file
run: |
touch .env
echo REACT_APP_API_ENDPOINT=${{ secrets.AWS_S3_ENDPOINT }} >> .env
echo VITE_APP_SERVER_PORT=${{ secrets.AWS_S3_ENDPOINT }} >> .env
cat .env
- name: npm Install
run: |
Expand Down
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
// "strict": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true,
// "noFallthroughCasesInSwitch": true
},
"include": ["src"],

Expand Down

0 comments on commit cea58db

Please sign in to comment.