diff --git a/package.json b/package.json index b62758ebd2..c19dea9d3b 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "snyk:test": "npx snyk test --yarn-workspaces --strict-out-of-sync=false", "snyk:test:package": "yarn snyk:test --include", "build-storybook": "yarn ./storybook run 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", "postinstall": "husky install || true"