Skip to content

Commit 842a547

Browse files
Copilothotlong
andcommitted
Fix CI failure by excluding __tests__ from template copies
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a0360ca commit 842a547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tools/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"scripts": {
2828
"build": "tsc && pnpm run copy-templates",
29-
"copy-templates": "rm -rf templates && mkdir -p templates && cp -r ../../../examples/quickstart/hello-world templates/ && cp -r ../../../examples/showcase/project-tracker templates/starter && rm -rf templates/*/node_modules templates/*/dist",
29+
"copy-templates": "rm -rf templates && mkdir -p templates && cp -r ../../../examples/quickstart/hello-world templates/ && cp -r ../../../examples/showcase/project-tracker templates/starter && rm -rf templates/*/node_modules templates/*/dist templates/*/__tests__",
3030
"watch": "tsc -w",
3131
"test": "jest"
3232
},

0 commit comments

Comments
 (0)