Skip to content

Commit 7979e23

Browse files
committed
whisper web deploy
1 parent 67f3a13 commit 7979e23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/whisper-web-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "whisper-web-example",
2+
"name": "@remotion/whisper-web-example",
33
"private": true,
44
"version": "4.0.317",
55
"type": "module",

turbo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"outputs": [".docusaurus", "build", "node_modules/.cache/twoslash"],
3333
"outputLogs": "new-only"
3434
},
35+
"@remotion/whisper-web-example#build": {
36+
"dependsOn": ["^make"],
37+
"outputs": ["dist"],
38+
"outputLogs": "new-only"
39+
},
3540
"test": {
3641
"dependsOn": ["^make", "make"],
3742
"outputs": [],

0 commit comments

Comments
 (0)