Update root docs command

This commit is contained in:
willclarktech 2021-04-28 14:09:24 +02:00
parent 1133a973d9
commit cc892e9be5
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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",