Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 3650aa2

Browse files
committed
Fix gh-pages deploy command
1 parent e931ea5 commit 3650aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --config webpack.config.dev.babel.js",
1313
"test": "webpack",
1414
"lint": "eslint src",
15-
"deploy": "npm run build && gh-pages -d examples",
15+
"deploy": "npm run build && gh-pages -d build",
1616
"prepublish": "npm run lint && npm run build:umd"
1717
},
1818
"main": "dist/umd/react-image-lightbox.js",

0 commit comments

Comments
 (0)