From 1acb6f0449cc6be40d76d4e9d95b0f86cb1d7435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 22 Feb 2019 11:42:13 +0100 Subject: [PATCH] Remove duplicated install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5404efa099..e1404f2113 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,7 @@ "lint:fix": "eslint . --fix", "bump": "npm --no-git-tag-version version prerelease --preid=assets", "postversion": "git add package.json package-lock.json && git commit -m 'Bump assets version' && git push origin master", - "update-internal-deps": "rm -rf node_modules && npm install && npm install", + "update-internal-deps": "rm -rf node_modules && npm install", "branch-files": "node lib/build/branchFiles/branchFiles.js", "affected_specs": "node lib/build/branchFiles/branchFiles.js | xargs node lib/build/affectedFiles/affectedFiles.js", "build": "NODE_ENV=production webpack --progress --config webpack/v4/webpack.prod.config.js",