Skip to content

Commit

Permalink
revert: ローカルでの別の変更の消し忘れを消す
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jan 30, 2025
1 parent 0f8077b commit 7e7a00c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/細かい設計方針.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,4 @@ export type HogeFugaType = z.infer<typeof hogeFugaSchema>;
}
}
}
```

## package.json の scripts

`package.json``scripts`は基本的には以下の順序で記述してください。
- lint系
- tools/下のスクリプトを実行する系
- test系
- build系
- start系
- lifecycle scripts
```

0 comments on commit 7e7a00c

Please sign in to comment.