From f228b4feaf8b7de6fc17bb4738f7bdec617fa0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?= <36823200+Rettend@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:07:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20revert:=20moving=20to=20dist=20bran?= =?UTF-8?q?ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 365b580..67eea6c 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,7 @@ "release": "unbuild && vite build playground && bumpp && pnpm publish", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", - "docs:preview": "vitepress preview docs", - "prepare": "pnpm build" + "docs:preview": "vitepress preview docs" }, "dependencies": { "pinia": "^2.1.3" @@ -63,6 +62,7 @@ "eemoji": "^2.0.2", "eslint": "^8.57.0", "jsdom": "^24.0.0", + "pinia-plugin-persistedstate": "^3.1.0", "typescript": "^5.3.3", "unbuild": "^2.0.0", "unocss": "^0.58.5",