Skip to content

Commit 215a5e6

Browse files
committed
Set TypeScript as prepare script
1 parent a59c560 commit 215a5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"type": "tsc"
4+
"prepare": "tsc"
55
},
66
"dependencies": {
77
"@puppeteer/replay": "^0.6.1",

0 commit comments

Comments
 (0)