Absorb element-modules/packages/element-web-module-api into monorepo
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
"command": "tsc",
|
||||
"inputs": ["src"],
|
||||
"outputs": ["{projectRoot}/lib"],
|
||||
"options": { "cwd": "packages/playwright-common" }
|
||||
"options": { "cwd": "packages/playwright-common" },
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"lint:types": {
|
||||
"command": "pnpm exec tsc --noEmit",
|
||||
"options": { "cwd": "packages/playwright-common" },
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"docker:prebuild": {
|
||||
"cache": true,
|
||||
|
||||
Reference in New Issue
Block a user