docgen: add docgen command to generate gfm docs

This commit is contained in:
Patrik Oldsberg
2020-07-17 10:08:46 +02:00
parent 6b6820bdd2
commit 511ca47c27
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"build": "backstage-cli build --outputs cjs",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"test:e2e": "node e2e-test/cli-e2e-test.js",
"docgen": "backstage-docgen generate --output ../../docs/reference/utility-apis --format github",
"clean": "backstage-cli clean",
"start": "nodemon --"
},