Skip to content

Commit 3c48b56

Browse files
committed
feature: remove cname from prebuild
1 parent 6967fec commit 3c48b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsc && vite build",
1010
"serve": "vite preview",
1111
"test": "jest",
12-
"predeploy": "yarn build && cp CNAME ./dist/CNAME",
12+
"predeploy": "yarn build",
1313
"deploy": "gh-pages -d dist",
1414
"postinstall": "patch-package"
1515
},

0 commit comments

Comments
 (0)