Skip to content

Commit 19c3443

Browse files
install gh-pages
1 parent c47e5e8 commit 19c3443

File tree

2 files changed

+148
-2
lines changed

2 files changed

+148
-2
lines changed

package-lock.json

Lines changed: 144 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/dev-javascript/react-dyn-tabs.git"
1212
},
13-
"homepage": "https://github.com/dev-javascript/react-dyn-tabs",
13+
"homepage": "https://dev-javascript.github.io/react-dyn-tabs/",
1414
"bugs": {
1515
"url": "https://github.com/dev-javascript/react-dyn-tabs/issues"
1616
},
@@ -31,7 +31,8 @@
3131
"clean:dist": "rimraf dist",
3232
"prepublish": "npm run build",
3333
"test": "jest",
34-
"lint": "eslint src"
34+
"lint": "eslint src",
35+
"deploy": "gh-pages -d demo"
3536
},
3637
"peerDependencies": {
3738
"@babel/runtime-corejs3": "^7.13.10",
@@ -58,6 +59,7 @@
5859
"eslint-config-prettier": "^8.3.0",
5960
"eslint-plugin-prettier": "^3.4.0",
6061
"eslint-plugin-react": "^7.24.0",
62+
"gh-pages": "^3.2.3",
6163
"jest": "^26.6.3",
6264
"jest-extended": "^0.11.5",
6365
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)