Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Aug 20, 2024
1 parent 53020ba commit b7ad510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"dev": "pnpm -r run dev",
"build": "pnpm -r run build",
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps",
"publish:playgrounds": "pnpm pkg-pr-new publish './playgrounds/*' ./packages/cli --template './templates/*' --peerDeps --json",
"format": "prettier --write --cache .",
"lint": "eslint --cache .",
"typecheck": "tsc -p scripts --noEmit && pnpm -r --parallel run typecheck",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const main = defineCommand({
},
},
run: async ({ args }) => {
console.log("args", args)
const paths = (args._.length ? args._ : ["."])
.flatMap((p) => fg.sync(p, { onlyDirectories: true }))
.map((p) => path.resolve(p.trim()));
Expand Down

0 comments on commit b7ad510

Please sign in to comment.