Add gh-pages for temporary prod builds

This commit is contained in:
rektdeckard
2020-08-24 01:05:45 -04:00
parent c939508484
commit 970db16297

View File

@@ -2,7 +2,7 @@
"name": "phosphor-web", "name": "phosphor-web",
"version": "0.1.0", "version": "0.1.0",
"license": "GPL-3.0", "license": "GPL-3.0",
"homepage": "https://phosphoricons.com", "homepage": "https://phosphor-icons.github.io/phosphor-web",
"author": { "author": {
"name": "Tobias Fried", "name": "Tobias Fried",
"email": "friedtm@gmail.com", "email": "friedtm@gmail.com",
@@ -34,6 +34,7 @@
"@types/tinycolor2": "^1.4.2", "@types/tinycolor2": "^1.4.2",
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"framer-motion": "^2.1.0", "framer-motion": "^2.1.0",
"gh-pages": "^3.1.0",
"phosphor-react": "^0.2.1", "phosphor-react": "^0.2.1",
"react": "^17.0.0-rc.0", "react": "^17.0.0-rc.0",
"react-dom": "^17.0.0-rc.0", "react-dom": "^17.0.0-rc.0",
@@ -49,7 +50,9 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"