This commit is contained in:
FURRO404
2026-06-29 05:47:53 -07:00
parent 2cbe059f00
commit d717ef2189
+1 -2
View File
@@ -324,10 +324,9 @@ function runCapture(command, args, options = {}) {
}
async function ensureBuildDependencies() {
await run('npm', ['ci', '--include=dev', '--include=optional'], {
await run('npm', ['ci'], {
env: {
NODE_ENV: 'development',
npm_config_include: 'dev,optional',
npm_config_omit: '',
npm_config_production: 'false',
npm_config_fund: 'false',