Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Commit 86062b4

Browse files
committed
Use typescript command from devDependencies
1 parent 502fc0b commit 86062b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"devDependencies": {
2222
"@types/node": "^11.10.5",
2323
"@types/react": "^16.8.6",
24-
"@types/react-dom": "^16.8.2"
24+
"@types/react-dom": "^16.8.2",
25+
"typescript": "^3.5.2"
2526
},
2627
"scripts": {
27-
"build": "rm -rf ./lib && tsc",
28+
"build": "rm -rf ./lib && npx tsc",
2829
"test": "echo \"Error: no test specified\" && exit 1"
2930
},
3031
"repository": {

0 commit comments

Comments
 (0)