Skip to content

Commit

Permalink
build(cli): clack core should be inlined for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Dec 17, 2023
1 parent f4475d8 commit e3da389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@clack/core": "^0.3.3",
"@clack/prompts": "^0.7.0",
"fs-extra": "^11.1.1",
"globby": "^11.1.0",
Expand All @@ -33,6 +32,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@clack/core": "^0.3.3",
"@types/fs-extra": "^11.0.4",
"@types/jscodeshift": "^0.11.11",
"@types/yargs": "^17.0.32",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
noExternal: [
'jscodeshift',
'ast-types',
'@clack/core', // patched
/@wakaru\/.+/,
],
})
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3da389

Please sign in to comment.