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 6967fec commit 3c48b56Copy full SHA for 3c48b56
package.json
@@ -9,7 +9,7 @@
9
"build": "tsc && vite build",
10
"serve": "vite preview",
11
"test": "jest",
12
- "predeploy": "yarn build && cp CNAME ./dist/CNAME",
+ "predeploy": "yarn build",
13
"deploy": "gh-pages -d dist",
14
"postinstall": "patch-package"
15
},
0 commit comments