Skip to content

Commit

Permalink
Added homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishannaik committed Apr 19, 2024
1 parent 83fa413 commit d8ca031
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "%REACT_APP_GH_PAGES% ? 'https://ishannaik.github.io/brainwave/' : ''",
"scripts": {
"start": "node server.js",
"predeploy": "cd ../client && npm run build",
"deploy": "gh-pages -d ../client/dist",
"predeploy": "REACT_APP_GH_PAGES=true react-scripts build",
"deploy": "gh-pages -d build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && npm run build:client",
"build:client": "cd ../client && npm install && npm run build "
Expand Down

0 comments on commit d8ca031

Please sign in to comment.