File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,8 @@ install:
31
31
try { Install-Product node $env:nodejs_version -ErrorAction Stop }
32
32
catch { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) }
33
33
- npm config set shrinkwrap false
34
- - if "%nodejs_version%" equ "0.8" npm rm --save-dev nyc
35
34
- if "%nodejs_version%" equ "0.8" npm config set strict-ssl false
36
- - npm rm --save-dev eslint
35
+ - npm rm --silent -- save-dev eslint nyc
37
36
- if exist node_modules npm prune
38
37
- if exist node_modules npm rebuild
39
38
- npm install
@@ -48,8 +47,6 @@ test_script:
48
47
- mysql --version
49
48
- node --version
50
49
- npm --version
51
- - set npm_test_command=test
52
- - for /f %%l in ('npm -ps ls nyc') do set npm_test_command=test-ci
53
- - npm run %npm_test_command%
50
+ - npm test
54
51
55
52
version : " {build}"
You can’t perform that action at this time.
0 commit comments