Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adilshehzad786 authored Apr 19, 2024
1 parent df88bec commit 2b3cb80
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"name": "Build-With-Ai",
"name": "google-io-extended2023",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"prebuild": "cp CNAME tempcname", // Remove cleanup from here
"prebuild": "cp CNAME tempcname",
"build": "tsc && vite build",
"postbuild": "mv tempcname CNAME && npm run cleanup",
"postbuild": "mv tempcname CNAME",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
}
}
,
},
"dependencies": {
"@material-tailwind/react": "^2.1.0",
"@react-icons/all-files": "^4.1.0",
Expand Down

0 comments on commit 2b3cb80

Please # to comment.