Compare commits

...

2 Commits

Author SHA1 Message Date
2655ce4914 chore: update scripts. 2025-04-03 23:55:34 +08:00
1d6db04e39 chore: update scripts. 2025-04-03 23:52:54 +08:00

View File

@ -8,8 +8,9 @@
"funding": "https://jaywcjlove.github.io/#/sponsor",
"private": false,
"scripts": {
"prepare": "husky && cpy",
"build": "refs-cli && cpy",
"prepare": "husky",
"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}'",