Skip to content

Commit

Permalink
fix preview alias
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato24s committed Oct 15, 2022
1 parent b804d8f commit e30e4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e30e4b0

Please sign in to comment.