Add github deploy action

This commit is contained in:
technobaboo
2021-07-21 13:15:17 -05:00
parent 74aed3ed1d
commit 6c4c78a39d
4 changed files with 78 additions and 4 deletions

View File

@@ -23,7 +23,8 @@
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"url-loader": "^4.1.1"
"url-loader": "^4.1.1",
"yarn": "^1.22.10"
},
"browserslist": {
"production": [
@@ -37,4 +38,4 @@
"last 1 safari version"
]
}
}
}