Skip to content

Commit

Permalink
fix: github CD not build output file error
Browse files Browse the repository at this point in the history
  • Loading branch information
preflower committed Aug 23, 2024
1 parent ec159fd commit 36f5c57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/swift-pants-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-config-ted": patch
---

Fix github CD not build output file error
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 36f5c57

Please sign in to comment.