We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce3413 commit d213890Copy full SHA for d213890
1 file changed
.github/workflows/main.yml
@@ -61,11 +61,15 @@ jobs:
61
62
# We have to build the dependencies in `lib` before running any tests.
63
- name: Install dependencies
64
- run: node common/scripts/install-run-rush.js install
+ run: |
65
+ cd extensions/ql-vscode
66
+ npm install
67
shell: bash
68
69
- name: Build
- run: node common/scripts/install-run-rush.js build
70
71
72
+ gulp
73
74
75
- name: Lint
0 commit comments