Skip to content

Commit

Permalink
feat: typecheck 스크립트 추가 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaaaaann authored Jun 25, 2024
1 parent b5686a7 commit f5d023f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2,488 deletions.
5 changes: 3 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "my-app",
"name": "@anything/app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"typecheck": "tsc --noEmit --skipLibCheck true"
},
"dependencies": {
"react": "^18",
Expand Down
Loading

0 comments on commit f5d023f

Please sign in to comment.