From 886142e9465280bca9fc9047ad191cfb16dad6bc Mon Sep 17 00:00:00 2001 From: zyronon Date: Sun, 15 Oct 2023 15:51:17 +0800 Subject: [PATCH] save --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 31bd8509..74b8b9d4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "commit": "git-cz", "prepare": "husky install", "test": "", - "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup" + "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup", + "d2": "git subtree push --prefix dist Web gh-pages" }, "dependencies": { "@opentranslate/baidu": "^1.4.2",