File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -590,9 +590,7 @@ if not defined doc if not defined build_addons (
590590)
591591if exist " tools\doc\node_modules\unified\package.json" goto skip-install-doctools
592592SETLOCAL
593- cd tools\doc
594- %npm_exe% ci
595- cd ..\..
593+ %npm_exe% --prefix tools\doc ci
596594if errorlevel 1 goto exit
597595ENDLOCAL
598596:skip-install-doctools
@@ -735,9 +733,7 @@ goto lint-js-build
735733
736734:lint-js-build
737735if not defined lint_js_build if not defined lint_js if not defined lint_js_fix goto lint-md-build
738- cd tools\eslint
739- %npm_exe% ci
740- cd ..\..
736+ %npm_exe% --prefix tools\eslint ci
741737
742738:lint-js
743739if not defined lint_js goto lint-js-fix
@@ -755,9 +751,7 @@ goto lint-md-build
755751
756752:lint-md-build
757753if not defined lint_md if not defined format_md goto lint-md
758- cd tools\lint-md
759- %npm_exe% ci
760- cd ..\..
754+ %npm_exe% --prefix tools\lint-md ci
761755
762756:lint-md
763757if not defined lint_md goto format-md
You can’t perform that action at this time.
0 commit comments