Skip to content

Commit

Permalink
Resolving Github action cname issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adilshehzad786 authored Apr 19, 2024
1 parent 74fea03 commit 5713e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "google-io-extended2023",
"name": "Build-With-Ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"prebuild": "cp CNAME tempcname && rm -rf *.js *.css index.html asset-manifest.json",
"build": "tsc && vite build",
"postbuild": "mv tempcname CNAME",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit 5713e81

Please # to comment.