From c2ec46a8d9f428a63fa3195d6cd782f5fdc3a1c1 Mon Sep 17 00:00:00 2001 From: lzxue Date: Mon, 19 Dec 2022 18:39:01 +0800 Subject: [PATCH] fix: build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaedfbde88..0c0bbd49ea 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "site:publish": "lerna --scope @antv/l7-site exec yarn run site:publish", "async-site": "sh ./scripts/site.sh", "prebuild": "yarn clean && run-p tsc lint", - "build": " yarn worker && lerna run build --ignore @antv/l7-site ", + "build": " yarn worker && lerna run build", "postbuild": "yarn build:declarations", "build:declarations": "lerna run tsc --stream --no-bail", "tslint": "tslint packages/**/src/**/*.ts -c tslint.prod.json",