update deployment script for documentation

This commit is contained in:
Amruth Pillai
2020-03-29 18:12:55 +05:30
parent 1f75f9fa9c
commit cb321f6292
4 changed files with 2 additions and 38 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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"
} }
} }