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 5713e81 commit df88bec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"prebuild": "cp CNAME tempcname && rm -rf *.js *.css index.html asset-manifest.json",
"prebuild": "cp CNAME tempcname", // Remove cleanup from here
"build": "tsc && vite build",
"postbuild": "mv tempcname CNAME",
"postbuild": "mv tempcname CNAME && npm run cleanup",
"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 df88bec

Please # to comment.