mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 09:01:17 +00:00
updated json to include deploy script
This commit is contained in:
parent
b0bc03341b
commit
157c810740
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
|||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"framer-motion": "^10.16.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue