From 9c3ddbfef2a5c00ae609cc2a328cff382e8a6d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Obernd=C3=B6rfer?= Date: Fri, 9 Aug 2019 15:12:27 +0200 Subject: [PATCH] Ensures reproducible builds with npm ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {