Skip to content

Commit 147b7c7

Browse files
committed
fix: path used for show:docs
1 parent 22624a3 commit 147b7c7

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
@@ -23,7 +23,7 @@
2323
"test:cov": "jest --coverage --verbose",
2424
"coveralls": "cat ./coverage/lcov.info | coveralls",
2525
"show:cov": "open coverage/lcov-report/index.html",
26-
"show:docs": "open docs/index.html",
26+
"show:docs": "open demo/public/docs/index.html",
2727
"prepublishOnly": "npm run test && npm run build",
2828
"deploy:demo": "npm run build && npm run build:docs && cd demo && npm run build && npm run deploy"
2929
},

0 commit comments

Comments
 (0)