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", "funding": "https://jaywcjlove.github.io/#/sponsor",
"private": false, "private": false,
"scripts": { "scripts": {
"prepare": "husky && cpy", "prepare": "husky",
"build": "refs-cli && cpy", "postinstall": "npm run cpy",
"build": "refs-cli && npm run cpy",
"start": "refs-cli --watch", "start": "refs-cli --watch",
"cpy": "cpy 'appicon/*.png' dist/appicon", "cpy": "cpy 'appicon/*.png' dist/appicon",
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'", "prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",