From 498093fe3f29904c71d18bcea7134646c8840d35 Mon Sep 17 00:00:00 2001 From: dimpu Date: Tue, 23 Mar 2021 21:11:01 -0400 Subject: [PATCH] chore(): Generate css --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fda7642c..8eabd53e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "scripts": { "start": "cross-env NODE_ENV=development father doc dev --storybook", "build": "father doc build --storybook", - "compile": "father build", + "compile": "father build && lessc assets/index.less assets/index.css", "prepublishOnly": "npm run compile && np --yolo --no-publish", "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", "test": "father test",