Skip to content

Commit 5eb2c06

Browse files
committed
🚩: typescript의 tsc 명령 문제로 패키지 script에 npx 명령 추가
1 parent a79139d commit 5eb2c06

File tree

3 files changed

+31
-191
lines changed

3 files changed

+31
-191
lines changed

package-lock.json

Lines changed: 26 additions & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"devDependencies": {
17-
"sass": "^1.78.0"
17+
"sass": "^1.78.0",
18+
"typescript": "^5.6.2"
1819
}
19-
}
20+
}

trends/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
7-
"build": "tsc",
7+
"build": "npx tsc",
88
"dev": "node dist/app.js"
99
},
1010
"keywords": [],
1111
"author": "",
1212
"license": "ISC",
1313
"description": ""
14-
}
14+
}

0 commit comments

Comments
 (0)