From e30e4b0c36fa300914c7588adce475fe43567c1d Mon Sep 17 00:00:00 2001 From: Hayato Shishido Date: Sat, 1 Oct 2022 13:52:51 +0900 Subject: [PATCH] fix preview alias --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8243ea58..fbffd6f0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typecheck": "vue-tsc --noEmit", "build": "yarn typecheck && vite build", "build:staging": "vite build --mode staging", - "preview": "yarn typecheck && vite preview", + "preview": "yarn build && vite preview --port 8080", "format": "prettier ./src --check", "format:fix": "prettier ./src --write", "lint": "eslint --ext .ts,.tsx,.vue ./src",