Skip to content

Commit f641b1e

Browse files
committed
FIX: fix gh-pages
1 parent 6f8bcdb commit f641b1e

File tree

2 files changed

+203
-1
lines changed

2 files changed

+203
-1
lines changed

package-lock.json

Lines changed: 201 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build-example": "cd example && npm install && npm run build",
2525
"publish-dev": "npm publish --tag dev",
2626
"start": "npm run build-dev",
27-
"deploy": "npm run build && npm run build-example && gh-pages -d example/build/dist",
27+
"deploy": "npm run build && npm run build-example && gh-pages -d example/dist",
2828
"prepack": "npm run build"
2929
},
3030
"peerDependencies": {
@@ -48,6 +48,7 @@
4848
"eslint-plugin-promise": "^4.0.1",
4949
"eslint-plugin-react": "^7.12.4",
5050
"eslint-plugin-standard": "^4.0.0",
51+
"gh-pages": "^2.0.1",
5152
"prop-types": "^15.6.2",
5253
"react": "^16.7.0",
5354
"react-dom": "^16.7.0",

0 commit comments

Comments
 (0)