meow
This commit is contained in:
+1
-2
@@ -324,10 +324,9 @@ function runCapture(command, args, options = {}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function ensureBuildDependencies() {
|
async function ensureBuildDependencies() {
|
||||||
await run('npm', ['ci', '--include=dev', '--include=optional'], {
|
await run('npm', ['ci'], {
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: 'development',
|
NODE_ENV: 'development',
|
||||||
npm_config_include: 'dev,optional',
|
|
||||||
npm_config_omit: '',
|
npm_config_omit: '',
|
||||||
npm_config_production: 'false',
|
npm_config_production: 'false',
|
||||||
npm_config_fund: 'false',
|
npm_config_fund: 'false',
|
||||||
|
|||||||
Reference in New Issue
Block a user