From f57d283549e86a92440450176eca882e05a7a4a1 Mon Sep 17 00:00:00 2001 From: HomWang <516310460@qq.com> Date: Fri, 26 Aug 2022 18:13:09 +0800 Subject: [PATCH] chore: add `dev:preview` script for playground preview (#6961) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 584c0c6921..e43f34aba5 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "cleanup": "rimraf 'packages/**/node_modules' 'examples/**/node_modules' 'node_modules'", "dev": "yarn run nuxi dev playground", "dev:build": "yarn run nuxi build playground", + "dev:preview": "yarn run nuxi preview playground", "example": "yarn workspace example-$0 dev", "example:build": "yarn workspace example-$0 build", "lint": "eslint --ext .vue,.ts,.js,.mjs .",