feat(install): add support for clean installation (#259)

Signed-off-by: DiegoRamil <nxquumodding@gmail.com>
This commit is contained in:
Diego Ramil Álvarez
2026-05-13 20:52:41 +05:30
committed by GitHub
parent 3848cc78e0
commit 6249d0781d
3 changed files with 37 additions and 1 deletions
+9
View File
@@ -265,6 +265,15 @@ jobs:
test -f bun.lock
test -d node_modules/express
test -d node_modules/lodash
echo "Testing Bun frozen manifest installation with bun ci..."
rm -rf node_modules
pmg --proxy-mode=false bun ci
# Verification: bun lockfile and modules exist after frozen manifest install
test -f bun.lock
test -d node_modules/express
test -d node_modules/lodash
cd .. && rm -rf bun-test
- name: Test Yarn - Single Package & Manifest