We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715c9b5 commit 151f449Copy full SHA for 151f449
package.json
@@ -2,6 +2,7 @@
2
"name": "example-map-react-leaflet",
3
"version": "0.1.0",
4
"private": true,
5
+ "homepage": "https://hanneolsen.github.io/example-map-react-leaflet",
6
"dependencies": {
7
"@testing-library/jest-dom": "^5.11.4",
8
"@testing-library/react": "^11.1.0",
@@ -11,6 +12,7 @@
11
12
"@types/node": "^12.0.0",
13
"@types/react": "^16.14.2",
14
"@types/react-dom": "^16.9.8",
15
+ "gh-pages": "^3.1.0",
16
"leaflet": "^1.7.1",
17
"react": "^17.0.1",
18
"react-dom": "^17.0.1",
@@ -20,6 +22,8 @@
20
22
"web-vitals": "^0.2.4"
21
23
},
24
"scripts": {
25
+ "predeploy": "npm run build",
26
+ "deploy": "gh-pages -d build",
27
"start": "react-scripts start",
28
"build": "react-scripts build",
29
"test": "react-scripts test",
0 commit comments