From 93be71f689cc26f37d60c23adcd5bd97aa19a224 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 26 Jun 2020 10:49:07 +0200 Subject: [PATCH] Remove duplicate --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3f1b5a577ad..63b4bf6478e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "postinstall": "node build/npm/postinstall.js", "compile": "gulp compile --max_old_space_size=4095", "watch": "gulp watch --max_old_space_size=4095", - "watch-web": "gulp watch-web --max_old_space_size=4095", "watchd": "deemon yarn watch", "kill-watchd": "deemon --kill yarn watch", "restart-watchd": "deemon --restart yarn watch", -- GitLab