Some checks failed
CI / Test (ubuntu-latest) (push) Has been skipped
CI / Lint (ubuntu-latest) (push) Has been skipped
CI / Check (ubuntu-latest) (push) Has been skipped
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been skipped
Deploy Website on push / Deploy Push Playground Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Docs Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Antd Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Element Ftp (push) Has been skipped
Deploy Website on push / Deploy Push Naive Ftp (push) Has been skipped
Release Drafter / update_release_draft (push) Has been skipped
Deploy Website on push / Rerun on failure (push) Has been skipped
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
registry=https://registry.npmmirror.com
|
||
# Windows 无管理员/开发者模式时,pnpm 默认 symlink 会失败;hoisted 扁平化安装最稳
|
||
node-linker=hoisted
|
||
# 关键:store 与项目同盘(E 盘),避免跨卷 copy,走同卷硬链接(快 + 无需管理员权限)
|
||
store-dir=E:\.pnpm-store
|