We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8804f9 commit 9ad0bf6Copy full SHA for 9ad0bf6
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
run: |
29
cd extensions/ql-vscode
30
- gulp
+ npm run build
31
shell: bash
32
33
- name: Prepare artifacts
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
- name: Lint
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
- gulp --release
+ npm run build -- --release
46
47
48
0 commit comments