mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
ci(): temporarily switch to npm i instead of ci to fix the build
This commit is contained in:
@@ -48,7 +48,8 @@ async function executeNpmScriptInSamples(
|
||||
|
||||
task('install:samples', async () =>
|
||||
executeNpmScriptInSamples(
|
||||
'npm ci --no-audit --no-shrinkwrap --no-optional',
|
||||
// 'npm ci --no-audit --no-shrinkwrap --no-optional',
|
||||
'npm install'
|
||||
),
|
||||
);
|
||||
task('build:samples', async () => executeNpmScriptInSamples('npm run build'));
|
||||
|
||||
Reference in New Issue
Block a user