Implementation:Webdriverio Webdriverio Website Pnpm Lock
| Knowledge Sources | |
|---|---|
| Domains | Dependency_Management, Documentation |
| Last Updated | 2026-02-12 00:00 GMT |
Overview
Auto-generated lockfile that pins exact dependency versions for the WebdriverIO documentation website workspace.
Description
The website/pnpm-lock.yaml file is a machine-generated lockfile for the documentation website sub-project. It records the exact resolved versions and integrity hashes for all Docusaurus and related dependencies used to build the WebdriverIO documentation site. This file is separate from the root lockfile because the website has its own independent dependency tree.
Usage
This file is consumed automatically by pnpm during pnpm install within the website directory. It should never be edited manually.
Code Reference
Source Location
- Repository: Webdriverio_Webdriverio
- File: website/pnpm-lock.yaml
- Lines: 1-9636
Signature
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
Import
# Not imported directly — consumed by pnpm CLI
cd website && pnpm install
I/O Contract
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| website/package.json | JSON | Yes | Website package manifest defining Docusaurus dependencies |
Outputs
| Name | Type | Description |
|---|---|---|
| website/node_modules | Directory | Resolved website dependency tree |
Usage Examples
Build Documentation Website
cd website
pnpm install --frozen-lockfile
pnpm build