File tree 4 files changed +5
-10
lines changed
4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ steps:
19
19
displayName : ' Use Python 2.7'
20
20
21
21
# Run yarn to install dependencies and build
22
- - script : node scripts/remove-postinstall
23
- displayName : ' Remove postinstall script'
24
-
25
22
- task : CacheBeta@0
26
23
inputs :
27
24
key : yarn | $(Agent.OS) | yarn.lock
28
25
path : $(YARN_CACHE_FOLDER)
29
26
displayName : Cache Yarn packages
30
27
31
- - script : yarn install-no-ts-build
28
+ - script : yarn install
32
29
displayName : ' Install dependencies'
33
30
34
31
# Run test-ci-partial
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ aliases:
14
14
- &filter-ignore-gh-pages
15
15
branches :
16
16
ignore : gh-pages
17
- - &install yarn install-no-ts-build
17
+ - &install yarn
18
18
19
19
version : 2
20
20
jobs :
Original file line number Diff line number Diff line change 36
36
with :
37
37
node-version : 12.x
38
38
- name : install
39
- run : yarn install-no-ts-build
40
- - name : build
41
- run : node scripts/build.js
39
+ run : yarn install
42
40
- name : run tsc
43
41
run : yarn build:ts
44
42
-
name :
verify [email protected] compatibility
80
78
with :
81
79
node-version : ${{ matrix.node-version }}
82
80
- name : install
83
- run : yarn install-no-ts-build
81
+ run : yarn install
84
82
- name : run tests
85
83
run : yarn test-ci-partial
86
84
env :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ before_install:
11
11
- curl -o- -L https://yarnpkg.com/install.sh | bash
12
12
- export PATH="$HOME/.yarn/bin:$PATH"
13
13
14
- install : yarn install-no-ts-build
14
+ install : yarn install
15
15
16
16
cache :
17
17
yarn : true
You can’t perform that action at this time.
0 commit comments