Skip to content

Commit

Permalink
added deploy for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjunky committed Apr 23, 2023
1 parent e51e137 commit b1b06e7
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 3 deletions.
229 changes: 228 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "minesweeper",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://funkjunky.github.io/minesweeper",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
"web": "expo start --web",
"predeploy": "expo export:web",
"deploy": "gh-pages -d web-build"
},
"dependencies": {
"@expo/webpack-config": "^18.0.4",
Expand All @@ -20,7 +23,8 @@
"react-redux": "^8.0.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"
"@babel/core": "^7.20.0",
"gh-pages": "^5.0.0"
},
"private": true
}

0 comments on commit b1b06e7

Please sign in to comment.