프로젝트 초기 설정: 패키지 및 구성 파일 추가
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@sammo-ts/build-scripts",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"dev": "node -e \"console.log('dev not configured')\"",
|
||||
"lint": "node -e \"console.log('lint not configured')\"",
|
||||
"test": "node -e \"console.log('test not configured')\"",
|
||||
"build:server": "node ./build-server.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user