From b0ebdebbc2cb2a8f65a2a97112262c21f4a72a60 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 18 Aug 2023 10:20:10 -0700 Subject: Point lerna publish to dnt build directories --- packages/typescript-types/package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/typescript-types') diff --git a/packages/typescript-types/package.json b/packages/typescript-types/package.json index 3540359..cfea69d 100644 --- a/packages/typescript-types/package.json +++ b/packages/typescript-types/package.json @@ -7,5 +7,12 @@ "extract-dom-types": "ts-node extract-dom-types.ts", "prepublish": "npm run build" }, + "lerna": { + "command": { + "publish": { + "directory": "./npm" + } + } + }, "gitHead": "33ccf8c6c9add811c87d3089e24156c2342b3498" } -- cgit v1.2.3