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
|
||||
|
||||
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'],
|
||||
|
|
Загрузка…
Ссылка в новой задаче