Skip to content

Commit

Permalink
Change deploy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandi0z committed Jan 22, 2023
1 parent 47c3d49 commit 99a09a3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo https://grandi0z.github.io/To-Do-list](#-live-demo-httpsgrandi0zgithubioto-do-list)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
Expand Down Expand Up @@ -69,7 +69,7 @@ Not yet published

<!-- LIVE DEMO -->

## 🚀 Live Demo <a name="live-demo">https://grandi0z.github.io/To-Do-list</a>
## 🚀 Live Demo <a name="live-demo" href="https://grandi0z.github.io/To-Do-list"></a>



Expand Down
56 changes: 46 additions & 10 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "",
"private": true,
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "webpack serve --open",
"server": "node server.js",
"build": "webpack"
"build": "webpack --mode=development"
},
"repository": {
"type": "git",
Expand All @@ -28,6 +29,7 @@
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"hint": "^7.1.3",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
Expand Down Expand Up @@ -231,7 +233,6 @@
"get-stream": "^5.2.0",
"get-symbol-description": "^1.0.0",
"get-uri": "^3.0.2",
"gh-pages": "^5.0.0",
"glob": "^8.1.0",
"glob-parent": "^5.1.2",
"global-dirs": "^3.0.1",
Expand Down

0 comments on commit 99a09a3

Please sign in to comment.