File tree Expand file tree Collapse file tree 6 files changed +9863
-16785
lines changed
src/app/image-loader/image-loader Expand file tree Collapse file tree 6 files changed +9863
-16785
lines changed Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
33
44language : node_js
55node_js :
6- - " 8 "
6+ - ' 8 '
77
88addons :
99 apt :
@@ -12,17 +12,15 @@ addons:
1212 packages :
1313 - google-chrome-stable
1414
15- cache :
16- directories :
17- - ./node_modules
15+ cache : yarn
1816
1917install :
20- - npm i --no-progress
18+ - yarn --silent
2119
2220script :
2321 # Use Chromium instead of Chrome.
2422 - export CHROME_BIN=chromium-browser
25- - npm run lint
26- - xvfb-run -a npm run test -- --no-progress --watch false --code-coverage --browsers ChromeNoSandbox
27- - xvfb-run -a npm run e2e
28- - npm run coverage
23+ - yarn lint
24+ - xvfb-run -a yarn test -- --no-progress --watch false --code-coverage --browsers ChromeNoSandbox
25+ - xvfb-run -a yarn e2e
26+ - yarn coverage
Original file line number Diff line number Diff line change 109109 "@schematics/angular:directive" : {
110110 "prefix" : " sn"
111111 }
112+ },
113+ "cli" : {
114+ "packageManager" : " yarn"
112115 }
113116}
You can’t perform that action at this time.
0 commit comments