From 36f5c5700754aca2c2e0a4ed71551b2325a2b09d Mon Sep 17 00:00:00 2001 From: Preflower Date: Fri, 23 Aug 2024 11:48:36 +0800 Subject: [PATCH] fix: github CD not build output file error --- .changeset/swift-pants-remain.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/swift-pants-remain.md diff --git a/.changeset/swift-pants-remain.md b/.changeset/swift-pants-remain.md new file mode 100644 index 00000000..68ffd813 --- /dev/null +++ b/.changeset/swift-pants-remain.md @@ -0,0 +1,5 @@ +--- +"eslint-config-ted": patch +--- + +Fix github CD not build output file error diff --git a/package.json b/package.json index 3cd04014..88354435 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "build:es": "tsc -p tsconfig.build.json -m esNext --outDir esm", "build": "pnpm build:cjs && pnpm build:es", "ci:version": "pnpm changeset version && pnpm install --lockfile-only", - "ci:publish": "pnpm changeset publish" + "ci:publish": "pnpm build && pnpm changeset publish" }, "commitlint": { "extends": [