Commit d2adcf5
authored
fix(ci): remove leftover lerna --scope flag from website build (#1989)
The 'pnpm run build --scope textlint-website' line was leftover lerna
syntax that got forwarded to each package's tsc invocation as 'tsc -b
--scope textlint-website', causing TS5072 errors. The following 'pnpm
run website' already builds everything plus the website via 'pnpm
--filter textlint-website run build', so the first line is redundant.1 parent 5c0b9bd commit d2adcf5
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments