Merge pull request #8007 from backstage/refactor/merge-back-techdocs-cli

Tech Docs Command Line Reunification
This commit is contained in:
Eric Peterson
2021-11-17 13:00:48 +01:00
committed by GitHub
62 changed files with 3140 additions and 3 deletions
+3
View File
@@ -31,6 +31,8 @@
"lerna": "lerna",
"storybook": "yarn workspace storybook start",
"build-storybook": "yarn workspace storybook build-storybook",
"techdocs-cli": "node scripts/techdocs-cli.js",
"techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js",
"prepare": "husky install",
"lock:check": "yarn-lock-check"
},
@@ -62,6 +64,7 @@
"@spotify/prettier-config": "^11.0.0",
"@types/webpack": "^5.28.0",
"command-exists": "^1.2.9",
"cross-env": "^7.0.0",
"concurrently": "^6.0.0",
"eslint-plugin-notice": "^0.9.10",
"fs-extra": "9.1.0",