]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: add ignoredBuiltDependencies to suppress pnpm warnings
authorHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 27 Jul 2025 06:36:50 +0000 (14:36 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 27 Jul 2025 06:36:50 +0000 (14:36 +0800)
These two postinstall scripts aren't needed in this project.

pnpm-workspace.yaml

index 735dbd81ed9cfdc23d4dafee6203b5df51e3bb2c..7c06994df95724602a1afd95c2b82ffe7785ae9a 100644 (file)
@@ -1,4 +1,8 @@
 packages:
-  - 'template/base'
-  - 'template/config/**'
-  - 'template/tsconfig/**'
+  - template/base
+  - template/config/**
+  - template/tsconfig/**
+
+ignoredBuiltDependencies:
+  - chromedriver
+  - cypress