Skip to content

Commit c46c7c7

Browse files
committed
chore: fix integration tests
1 parent b4c1bac commit c46c7c7

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/appkit-ui/tsdown.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export default defineConfig([
1414
copy: [
1515
{
1616
from: "src/react/styles/globals.css",
17-
to: "dist/styles.css",
17+
to: "dist",
18+
rename: "styles.css",
1819
},
1920
],
2021
clean: false,

packages/shared/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@
4343
"ajv-formats": "^3.0.1",
4444
"@clack/prompts": "^1.0.1",
4545
"commander": "^12.1.0"
46-
},
47-
"main": "./dist/index.js",
48-
"module": "./dist/index.js"
46+
}
4947
}

packages/shared/tsdown.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ export default defineConfig({
2424
copy: [
2525
{
2626
from: "src/schemas/plugin-manifest.schema.json",
27-
to: "dist/schemas/plugin-manifest.schema.json",
27+
to: "dist/schemas",
2828
},
2929
{
3030
from: "src/schemas/template-plugins.schema.json",
31-
to: "dist/schemas/template-plugins.schema.json",
31+
to: "dist/schemas",
3232
},
3333
],
3434
});

0 commit comments

Comments
 (0)