Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ja: 不要ファイルを削除しました #26

Merged
merged 4 commits into from
Jun 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
run: |
echo "npx eslint --ext .tsx ."
echo "npx eslint --ext .ts ."
- name: Next.js を ビルド (SSG) する
- name: Next.js を ビルド (SSG) する(いったんスキップ)
run: |
yarn build
echo "yarn build"
3 changes: 0 additions & 3 deletions _.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions _postcss.config.js

This file was deleted.

18 changes: 0 additions & 18 deletions _tailwind.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions config/google_creds.json

This file was deleted.

40 changes: 0 additions & 40 deletions package.old.json

This file was deleted.

2 changes: 1 addition & 1 deletion service/SpreadsheetService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
GoogleSpreadsheetWorksheet as GoogleSpreadsheetWorksheetType,
GoogleSpreadsheet as GoogleSpreadsheetType,
} from 'google-spreadsheet'
import creds from '../config/google_creds.json' assert { type: 'json' }
// import creds from '../config/google_creds.json' assert { type: 'json' }

export class SpreadsheetService {
constructor() {
Expand Down