From 2655ce4914e4a7f107e93e9a2b5f4ba9297d6a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Thu, 3 Apr 2025 23:55:34 +0800 Subject: [PATCH] chore: update scripts. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63405f10..e76c3d42 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "private": false, "scripts": { "prepare": "husky", - "postinstall": "cpy", - "build": "refs-cli && cpy", + "postinstall": "npm run cpy", + "build": "refs-cli && npm run cpy", "start": "refs-cli --watch", "cpy": "cpy 'appicon/*.png' dist/appicon", "prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",