From: Haoqun Jiang Date: Sun, 27 Jul 2025 06:36:50 +0000 (+0800) Subject: chore: add ignoredBuiltDependencies to suppress pnpm warnings X-Git-Tag: v3.18.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b239aafe3168954d37b432f7746b4c1e858d48e5;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: add ignoredBuiltDependencies to suppress pnpm warnings These two postinstall scripts aren't needed in this project. --- diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 735dbd81..7c06994d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,8 @@ packages: - - 'template/base' - - 'template/config/**' - - 'template/tsconfig/**' + - template/base + - template/config/** + - template/tsconfig/** + +ignoredBuiltDependencies: + - chromedriver + - cypress