mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01:00
tsc doesn't check if the output exists when incremental is true. i.e if I delete the out directory, but keep the tsbuildinfo and try to rebuild, nothing happens cause it thinks everything is up to date I guess... With this change, yarn clean will now remove the tsbuildinfo correctly so things work as expected. |
||
|---|---|---|
| .. | ||
| build-code-server.sh | ||
| build-packages.sh | ||
| build-release.sh | ||
| build-standalone-release.sh | ||
| build-vscode.sh | ||
| clean.sh | ||
| code-server-nfpm.sh | ||
| code-server.service | ||
| code-server.sh | ||
| nfpm.yaml | ||
| npm-postinstall.sh | ||
| release-github-assets.sh | ||
| release-github-draft.sh | ||
| test-standalone-release.sh | ||