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.
1 parent 49b0eb9 commit b37c593Copy full SHA for b37c593
example/package.json
@@ -26,7 +26,7 @@
26
"build": "webdoc --tutorials ./tutorials --site-root example-documentation",
27
"build-next": "cd .. && webdoc && cd example",
28
"build-pixi-api": "cd ../../pixi-api && webdoc --site-root docs && cd ../webdoc/example",
29
- "build-pixi-api-prod": "cd ../../pixi-api && webdoc --site-root pixi-api && cd ../webdoc/example",
+ "build-pixi-api-prod": "cd ../../pixi-api && webdoc --site-root pixi-api && cd ../webdoc/example"
30
},
31
"bugs": {
32
"url": "https://github.com/SukantPal/webdoc/issues"
0 commit comments