From 840b8c0daeae812dd90a03d4be1a77db90ba44ac Mon Sep 17 00:00:00 2001 From: H <38281581+MHuiG@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:02:27 +0800 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6631f4..8a922a7 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "scripts": { - "start": "hexo clean && hexo g && gulp && npm run hash", - "hash": "cache-hash --target public --output public --selectAll '{\"script\": \"src\", \"link\": \"href\", \"img\": \"src\"}'", + "start": "hexo clean && hexo g && gulp", + "hash": "cache-hash --target public --output public", "g": "hexo clean && hexo generate", "c": "hexo clean", "d": "hexo deploy",