Skip to content

Commit

Permalink
added gh-pages as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
candyho-learning committed Feb 5, 2024
1 parent bc9f7f0 commit 2511152
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 1 deletion.
162 changes: 162 additions & 0 deletions week4/assignment3/package-lock.json

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

8 changes: 7 additions & 1 deletion week4/assignment3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "assignment3",
"version": "0.1.0",
"private": true,
"homepage": "https://candyho-learning.github.io/remote-assignments/week4/assignment3",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand All @@ -15,7 +16,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand All @@ -34,5 +37,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 2511152

Please sign in to comment.