let the build script update the lock file
Some checks failed
Make release / release (push) Failing after 3h2m32s

fixes  "ERROR  Cannot proceed with the frozen installation. The current "overrides" configuration doesnt match the value found in the lockfile" ideally
This commit is contained in:
2025-02-28 02:31:17 -06:00
parent cc6ad57f89
commit 8e6ecf8b17

View File

@ -14,7 +14,7 @@ mkdir $plugin_name
# Production assets.
echo '[BUILD] Generating production CSS and JS assets'
rm -rf node_modules
pnpm install --frozen-lockfile --prefer-offline
pnpm install --prefer-offline
./do compile:all --env production --skip-tests
# Extract translations.