Update root docs command

This commit is contained in:
willclarktech
2021-05-18 15:15:53 +02:00
parent 1133a973d9
commit cc892e9be5
+1 -1
View File
@@ -33,7 +33,7 @@
"test-chrome": "lerna run test-chrome", "test-chrome": "lerna run test-chrome",
"coverage": "yarn workspaces foreach run coverage", "coverage": "yarn workspaces foreach run coverage",
"build": "lerna run build", "build": "lerna run build",
"docs": "lerna run docs" "docs": "yarn workspaces foreach run docs"
}, },
"devDependencies": { "devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1", "@istanbuljs/nyc-config-typescript": "^1.0.1",