chore: update scripts.

This commit is contained in:
小弟调调
2025-04-03 23:55:34 +08:00
parent 1d6db04e39
commit 2655ce4914

View File

@ -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}'",