Merge pull request #279258 from mjbvz/dev/mjbvz/outside-crow

Remove build-script no new files PR check
This commit is contained in:
Matt Bierner
2025-11-25 10:09:48 -08:00
committed by GitHub
3 changed files with 4 additions and 8 deletions

View File

@@ -72,13 +72,10 @@ jobs:
mkdir -p .build/node_modules_cache
tar -czf .build/node_modules_cache/cache.tgz --files-from .build/node_modules_list.txt
- name: Compile /build/ folder
run: npm run compile
- name: Type check /build/ scripts
run: npm run typecheck
working-directory: build
- name: Check /build/ folder
run: .github/workflows/check-clean-git-state.sh
- name: Compile & Hygiene
run: npm exec -- npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check define-class-fields-check vscode-dts-compile-check tsec-compile-check test-build-scripts
env: