File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/webdoc-default-template Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 "build-next" : " cd .. && webdoc && cd example" ,
2828 "build-pixi-api" : " cd ../../pixi-api && webdoc --verbose && cd ../webdoc/example" ,
2929 "build-pixi-api-prod" : " cd ../../pixi-api && webdoc --site-root pixi-api && cd ../webdoc/example" ,
30- "build-pixi-api-gcp" : " cd ../../pixi-api && webdoc --tutorials ./projects/guides -- verbose && cd ../webdoc/example" ,
31- "build-pixi-api-gcp-inspect" : " cd ../../pixi-api && node --inspect-brk --trace-warnings ../webdoc/example/node_modules/@webdoc/cli/cli.js --tutorials ./projects/guides -- verbose && cd ../webdoc/example" ,
30+ "build-pixi-api-gcp" : " cd ../../pixi-api && webdoc --verbose && cd ../webdoc/example" ,
31+ "build-pixi-api-gcp-inspect" : " cd ../../pixi-api && node --inspect-brk --trace-warnings ../webdoc/example/node_modules/@webdoc/cli/cli.js --verbose && cd ../webdoc/example" ,
3232 "build-pixi-guides" : " cd ../../guides && webdoc --tutorials docs && cd ../webdoc/example" ,
3333 "build-mongodb" : " cd ../../node-mongodb-native && webdoc --verbose && cd ../webdoc/example"
3434 },
Original file line number Diff line number Diff line change 4646 "@webdoc/types" : " ^1.5.0" ,
4747 "code-prettify" : " ^0.1.0" ,
4848 "fs-extra" : " ^9.0.1" ,
49+ "highlight.js" : " ~10.7.2" ,
4950 "markdown-it" : " ^11.0.0" ,
50- "markdown-it-highlightjs" : " ^3.1.0" ,
51- "highlight.js" : " ~10.7.2"
51+ "markdown-it-highlightjs" : " ^3.1.0"
5252 },
5353 "devDependencies" : {
5454 "@babel/cli" : " ^7.8.4" ,
You can’t perform that action at this time.
0 commit comments