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": [