Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshee-Pitroda committed Sep 1, 2023
1 parent f21d8b3 commit 3b66181
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
162 changes: 162 additions & 0 deletions sure-dashboard/package-lock.json

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

6 changes: 6 additions & 0 deletions sure-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://Harshee-Pitroda.github.io/SURE-Trust-Comprehensive-Student-Data-Analytics",
"name": "sure-dashboard",
"version": "0.1.0",
"private": true,
Expand All @@ -17,6 +18,8 @@
},
"scripts": {
"start": "react-scripts start",
"predeploy":"npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -38,5 +41,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.0.0"
}
}

0 comments on commit 3b66181

Please sign in to comment.