Call into package.json scripts from actions workflow

This commit is contained in:
Jason Reed 2020-07-21 12:20:17 -04:00
Родитель f8804f946c
Коммит 9ad0bf6f43
2 изменённых файлов: 3 добавлений и 3 удалений

4
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -27,7 +27,7 @@ jobs:
- name: Build
run: |
cd extensions/ql-vscode
gulp
npm run build
shell: bash
- name: Prepare artifacts
@ -69,7 +69,7 @@ jobs:
- name: Build
run: |
cd extensions/ql-vscode
gulp
npm run build
shell: bash
- name: Lint

2
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -42,7 +42,7 @@ jobs:
- name: Build
run: |
cd extensions/ql-vscode
gulp --release
npm run build -- --release
shell: bash
- name: Prepare artifacts