diff --git a/dictation_client/package.json b/dictation_client/package.json index 8da7f1a..a445672 100644 --- a/dictation_client/package.json +++ b/dictation_client/package.json @@ -7,10 +7,10 @@ }, "scripts": { "start": "vite", - "build": "tsc && vite build -- --mode development", - "build:stg": "tsc && vite build -- --mode staging", - "build:prod": "tsc && vite build -- --mode production", - "build:local": "tsc && vite build -- --mode development && sh localdeploy.sh", + "build": "tsc && vite build --mode development", + "build:stg": "tsc && vite build --mode staging", + "build:prod": "tsc && vite build --mode production", + "build:local": "tsc && vite build --mode development && sh localdeploy.sh", "preview": "vite preview", "typecheck": "tsc --noEmit", "codegen": "sh codegen.sh", @@ -99,4 +99,4 @@ } ] } -} +} \ No newline at end of file