Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 4d375ce

Browse files
committed
Use typescript build mode in twitch pubsub sample
1 parent 3d90aa1 commit 4d375ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/pubsubsample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
},
1111
"scripts": {
12-
"build": "tsc",
13-
"watch": "tsc -w",
12+
"build": "tsc -b",
13+
"watch": "tsc -b -w",
1414
"clean": "tsc -b --clean"
1515
},
1616
"license": "MIT",

0 commit comments

Comments
 (0)