fix: build command

This commit is contained in:
lzxue 2022-12-19 18:39:01 +08:00
parent 563fd36744
commit c2ec46a8d9
1 changed files with 1 additions and 1 deletions

View File

@ -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",