We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0360ca commit 842a547Copy full SHA for 842a547
1 file changed
packages/tools/cli/package.json
@@ -26,7 +26,7 @@
26
},
27
"scripts": {
28
"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",
+ "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__",
30
"watch": "tsc -w",
31
"test": "jest"
32
0 commit comments