diff --git a/dictation_client/package.json b/dictation_client/package.json index 7e9c601..25c1b3b 100644 --- a/dictation_client/package.json +++ b/dictation_client/package.json @@ -7,9 +7,9 @@ }, "scripts": { "start": "vite", - "build": "tsc && vite build && cp -r static_contents/. build/", - "build:prod": "tsc && vite build && cp -r static_contents/. build/", - "build:local": "tsc && vite build && cp -r static_contents/. build/ && sh localdeploy.sh", + "build": "tsc && vite build", + "build:prod": "tsc && vite build", + "build:local": "tsc && vite build && sh localdeploy.sh", "preview": "vite preview", "typecheck": "tsc --noEmit", "codegen": "sh codegen.sh", @@ -96,4 +96,4 @@ } ] } -} \ No newline at end of file +}