Skip to content

Commit 2655ce4

Browse files
committed
chore: update scripts.
1 parent 1d6db04 commit 2655ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"private": false,
1010
"scripts": {
1111
"prepare": "husky",
12-
"postinstall": "cpy",
13-
"build": "refs-cli && cpy",
12+
"postinstall": "npm run cpy",
13+
"build": "refs-cli && npm run cpy",
1414
"start": "refs-cli --watch",
1515
"cpy": "cpy 'appicon/*.png' dist/appicon",
1616
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",

0 commit comments

Comments
 (0)