Don't bundle in JS PR (#2792)
* Don't bundle in JS PR * Update azure-pipelines.yml comment
This commit is contained in:
Родитель
4007da39a8
Коммит
a2bea87066
|
@ -5,7 +5,7 @@ variables:
|
||||||
CI: true
|
CI: true
|
||||||
|
|
||||||
jobs:
|
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
|
# 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
|
- job: JSPR
|
||||||
displayName: JS PR
|
displayName: JS PR
|
||||||
|
|
|
@ -3,7 +3,7 @@ module.exports = {
|
||||||
pipeline: {
|
pipeline: {
|
||||||
['build-tools']: ['^build-tools'],
|
['build-tools']: ['^build-tools'],
|
||||||
build: ['build-tools', '^build'],
|
build: ['build-tools', '^build'],
|
||||||
buildci: ['build', 'test', 'depcheck', 'bundle'],
|
buildci: ['build', 'test', 'depcheck'],
|
||||||
bundle: ['build-tools', 'build'],
|
bundle: ['build-tools', 'build'],
|
||||||
clean: [],
|
clean: [],
|
||||||
depcheck: ['build-tools'],
|
depcheck: ['build-tools'],
|
||||||
|
|
Загрузка…
Ссылка в новой задаче