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 45f3c60 commit 49b0eb9Copy full SHA for 49b0eb9
example/package.json
@@ -25,7 +25,8 @@
25
"unit-test": "",
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"
+ "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",
30
},
31
"bugs": {
32
"url": "https://github.com/SukantPal/webdoc/issues"
0 commit comments