From d9ce2c52479a50f386e6ce8b5056b37d592e28bf Mon Sep 17 00:00:00 2001 From: Chinnawat Wipawapat Date: Fri, 10 Apr 2026 22:53:35 +0700 Subject: [PATCH] npm: remove unused dev packages --- npm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npm.yaml b/npm.yaml index 7f5ed807ec52..56b3a4e3fb03 100644 --- a/npm.yaml +++ b/npm.yaml @@ -1,7 +1,7 @@ package: name: npm version: "11.12.1" - epoch: 4 + epoch: 5 description: "the npm package manager for javascript, mainline" copyright: - license: Artistic-2.0 @@ -30,6 +30,8 @@ pipeline: runs: | npm install --include=dev --ignore-scripts npm run build -w docs + npm prune --omit=dev + rm -rf .git* - name: Patch vulnerable vendored packages runs: |