let the build script update the lock file
Some checks failed
Make release / release (push) Failing after 3h2m32s
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:
@ -14,7 +14,7 @@ mkdir $plugin_name
|
|||||||
# Production assets.
|
# Production assets.
|
||||||
echo '[BUILD] Generating production CSS and JS assets'
|
echo '[BUILD] Generating production CSS and JS assets'
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
pnpm install --frozen-lockfile --prefer-offline
|
pnpm install --prefer-offline
|
||||||
./do compile:all --env production --skip-tests
|
./do compile:all --env production --skip-tests
|
||||||
|
|
||||||
# Extract translations.
|
# Extract translations.
|
||||||
|
Reference in New Issue
Block a user