From a7b2005e731f9b82782a7c1e5a10958b974842db Mon Sep 17 00:00:00 2001 From: Dmitry Filatov Date: Thu, 13 Sep 2018 09:11:06 +0300 Subject: [PATCH] Use "npm ci" instead of "npm i" --- scripts/release.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.js b/scripts/release.js index 76b6464..f3fc91b 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -8,7 +8,7 @@ var vow = require('vow'), version = process.argv.slice(2)[0] || 'patch'; exec('git pull') - .then(() => exec('npm i')) + .then(() => exec('npm ci')) .then(() => exec('npm run build')) .then(() => exec(`npm version ${version}`)) .then(() => vow.all([