mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
update deployment script for documentation
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="13"><g stroke-width="2" stroke="#aaa" fill="none"><path d="M11.29 11.71l-4-4"/><circle cx="5" cy="5" r="4"/></g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 216 B |
34
docs/.vuepress/dist/index.html
vendored
34
docs/.vuepress/dist/index.html
vendored
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
|||||||
"build": "NODE_ENV=production react-scripts build",
|
"build": "NODE_ENV=production react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"predeploy": "npm run build",
|
"predeploy": "npm run build && npm run docs:build",
|
||||||
"deploy": "firebase deploy",
|
"deploy": "firebase deploy",
|
||||||
"predeploy:app": "npm run build",
|
"predeploy:app": "npm run build",
|
||||||
"deploy:app": "firebase deploy --only hosting:app",
|
"deploy:app": "firebase deploy --only hosting:app",
|
||||||
@ -64,4 +64,4 @@
|
|||||||
"tailwindcss": "^1.2.0",
|
"tailwindcss": "^1.2.0",
|
||||||
"vuepress": "^1.4.0"
|
"vuepress": "^1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user