From c2c4bc08fb90d4100090a882b01b4acb3d155649 Mon Sep 17 00:00:00 2001 From: Anthony Gilbert Date: Thu, 30 May 2024 23:16:53 -0500 Subject: [PATCH] docs: update static-deploy.md (#17359) --- docs/guide/static-deploy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/static-deploy.md b/docs/guide/static-deploy.md index 8b6711e5c986b1..b6ff5c84ea55cf 100644 --- a/docs/guide/static-deploy.md +++ b/docs/guide/static-deploy.md @@ -36,7 +36,6 @@ By default, the build output will be placed at `dist`. You may deploy this `dist Once you've built the app, you may test it locally by running `npm run preview` command. ```bash -$ npm run build $ npm run preview ```