Absorb element-modules/packages/element-web-module-api into monorepo
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-hq/element-web-module-api": "catalog:",
|
||||
"@element-hq/element-web-module-api": "workspace:*",
|
||||
"@matrix-org/spec": "^1.7.0",
|
||||
"@vector-im/compound-design-tokens": "catalog:",
|
||||
"classnames": "^2.5.1",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"command": "vite build",
|
||||
"inputs": ["src"],
|
||||
"outputs": ["{projectRoot}/dist"],
|
||||
"options": { "cwd": "packages/shared-components" }
|
||||
"options": { "cwd": "packages/shared-components" },
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"start": {
|
||||
"command": "vite build --watch",
|
||||
@@ -19,7 +20,8 @@
|
||||
"command": "typedoc",
|
||||
"inputs": ["src"],
|
||||
"outputs": ["{projectRoot}/typedoc"],
|
||||
"options": { "cwd": "packages/shared-components" }
|
||||
"options": { "cwd": "packages/shared-components" },
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"storybook": {
|
||||
"cache": "true",
|
||||
|
||||
Reference in New Issue
Block a user