From de8f00f850ecd3025545caa494fbab410b77db5d Mon Sep 17 00:00:00 2001 From: sandcha <sandcha@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:08:26 +0200 Subject: [PATCH] =?UTF-8?q?Ajoute=20une=20cible=20pour=20nettoyer=20les=20?= =?UTF-8?q?d=C3=A9pendances=20install=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 15013b33..adc56383 100755 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "build:tsc": "tsc", "build": "npm run build:client && npm run build:server", "start": "NODE_ENV=production node build/dist/server.js", + "clean": "rm -Rf node_modules/", "code:check": "eslint -c .eslintrc.json --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .", "code:fix": "eslint --fix -c .eslintrc.json --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .", "test": "jest", -- GitLab