Skip to content

Commit 2554651

Browse files
committedMar 15, 2025
fix: resolve some issues
1 parent c586256 commit 2554651

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+7800
-1360
lines changed
 

‎pnpm-lock.yaml

+7,433
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎scripts/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { execSync } from 'child_process';
22

3-
const command = `pnpm -r --filter="./templates/*" run build`;
3+
const command = `pnpm -r --filter="./templates/**" run build`;
44

55
try {
66
console.log('Running build command...');

0 commit comments

Comments
 (0)
Please sign in to comment.