diff --git a/package.json b/package.json index b764d81..78af0cc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:unit": "mocha --opts test/mocha.opts ./test/unit/", "test:integration": "mocha --exit --opts test/mocha.opts ./test/integration", "release": "npm run release:install && npm run release:archive", - "release:install": "rm -rf node_modules/ && npm install --production", + "release:install": "rm -rf node_modules/ && npm ci --production", "release:archive": "zip -rq release.zip package.json package-lock.json node_modules/ *.js src/ config/ locales/" }, "dependencies": {