We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
show:docs
1 parent 22624a3 commit 147b7c7Copy full SHA for 147b7c7
package.json
@@ -23,7 +23,7 @@
23
"test:cov": "jest --coverage --verbose",
24
"coveralls": "cat ./coverage/lcov.info | coveralls",
25
"show:cov": "open coverage/lcov-report/index.html",
26
- "show:docs": "open docs/index.html",
+ "show:docs": "open demo/public/docs/index.html",
27
"prepublishOnly": "npm run test && npm run build",
28
"deploy:demo": "npm run build && npm run build:docs && cd demo && npm run build && npm run deploy"
29
},
0 commit comments