chore(client/dx): get client to have no dependencies

This commit is contained in:
Elian Doran 2025-08-31 10:43:55 +03:00
parent 59a01b816c
commit a969a3c71c
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -76,9 +76,7 @@
"name": "client", "name": "client",
"targets": { "targets": {
"serve": { "serve": {
"dependsOn": [ "dependsOn": []
"^build"
]
}, },
"circular-deps": { "circular-deps": {
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular" "command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"

View File

@ -11,6 +11,7 @@
"ckeditor5-package-generator" "ckeditor5-package-generator"
], ],
"type": "module", "type": "module",
"source": "src/index.ts",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.js", "module": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",