From 91c7e9ef86e2a4e6d0504bbfa6e091ceda083628 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 24 Mar 2021 10:00:01 -0700 Subject: [PATCH] Moves clean to make --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3858ab5e..5c80df98 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev-server": "webpack serve --mode=development", "prebuild": "yarn clean", "build": "yarn webpack --mode=production", - "clean": "rm -rf static", + "clean": "make clean", "release": "release-it", "test": "TZ=UTC jest", "postinstall": "husky install"