Skip to content

Commit 33a8468

Browse files
committed
fix: core build output
1 parent 8673794 commit 33a8468

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/core/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
"{workspaceRoot}/LICENSE",
2929
"{projectRoot}/README.md",
3030
"{projectRoot}/global-types.d.ts",
31-
"{projectRoot}/fetch/LICENSE",
31+
{
32+
"glob": "**/*",
33+
"input": "{projectRoot}/fetch/",
34+
"output": "./fetch/"
35+
},
3236
{
3337
"glob": "**/*",
3438
"input": "{projectRoot}/js-libs/",

0 commit comments

Comments
 (0)