Skip to content

Commit

Permalink
init production
Browse files Browse the repository at this point in the history
  • Loading branch information
AssoulYasser committed Jun 18, 2024
1 parent 76430da commit 4cea89d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy" : "npm run build",
"deploy" : "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d dist"
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^11.0.24",
Expand Down

0 comments on commit 4cea89d

Please sign in to comment.