We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4be7d commit 1d6db04Copy full SHA for 1d6db04
package.json
@@ -8,7 +8,8 @@
8
"funding": "https://jaywcjlove.github.io/#/sponsor",
9
"private": false,
10
"scripts": {
11
- "prepare": "husky && cpy",
+ "prepare": "husky",
12
+ "postinstall": "cpy",
13
"build": "refs-cli && cpy",
14
"start": "refs-cli --watch",
15
"cpy": "cpy 'appicon/*.png' dist/appicon",
0 commit comments