diff --git a/gulpfile.js b/gulpfile.js index bfaa17e..ab1ad97 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -97,7 +97,7 @@ function npm_install_contracts(cb) { return cb(); } - exec('npm ci', (error, stdout, stderr) => { + exec('npm install', (error, stdout, stderr) => { if (error) { console.error(stderr); throw error;