feat: 각 패키지에 타입 체크 스크립트 추가 및 빌드 스크립트 수정
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"dev": "node -e \"console.log('dev not configured')\"",
|
||||
"lint": "node -e \"console.log('lint not configured')\"",
|
||||
"test": "node -e \"console.log('test not configured')\"",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"build:server": "node ./build-server.mjs"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user