Files
vscode-codeql/build
Aditya Sharad d9a1dce7fa
Some checks failed
Build Extension / Build (ubuntu-latest) (push) Has been cancelled
Build Extension / Build (windows-latest) (push) Has been cancelled
Build Extension / Test (ubuntu-latest) (push) Has been cancelled
Build Extension / Test (windows-latest) (push) Has been cancelled
Release / Release (push) Has been cancelled
CodeQL for VS Code: Initial commit.
2019-11-13 12:23:53 -08:00
..
2019-11-13 12:23:53 -08:00

GitHub Actions Build directory

The point of this directory is to allow us to do a local installation of the rush tool, since

  • installing globally is not permitted on github actions
  • installing locally in the root directory of the repo creates node_modules there, and rush itself gives error messages since it thinks node_modules is not supposed to exist, since rush is supposed to be managing subproject dependencies.

Running rush from a subdirectory searches parent directories for rush.json and does the build starting from that file's location.