* Don't bundle in JS PR

* Update azure-pipelines.yml comment
This commit is contained in:
Saad Najmi 2023-04-22 23:18:40 -05:00 коммит произвёл GitHub
Родитель 4007da39a8
Коммит a2bea87066
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@ variables:
CI: true
jobs:
# Dedicated task to build and bundle JS code, including jest tests, snapshot testing, and linting, because these things can be super
# Dedicated task to build JS code, including jest tests, snapshot testing, and linting, because these things can be super
# time consuming they don't need to run on every CI pass, instead do a dedicated JS loop to make the platform specific tests start quicker
- job: JSPR
displayName: JS PR

Просмотреть файл

@ -3,7 +3,7 @@ module.exports = {
pipeline: {
['build-tools']: ['^build-tools'],
build: ['build-tools', '^build'],
buildci: ['build', 'test', 'depcheck', 'bundle'],
buildci: ['build', 'test', 'depcheck'],
bundle: ['build-tools', 'build'],
clean: [],
depcheck: ['build-tools'],