mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 23:10:12 +01:00
Convert Azure DevOps script to one-liner to work around early exit on Windows due to invoking a script from a script (npm).
This commit is contained in:
parent
662afeb2a8
commit
2e761f8296
1 changed files with 1 additions and 3 deletions
|
|
@ -41,7 +41,5 @@ steps:
|
||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
|
|
||||||
- script: |
|
- script: 'npm install --no-package-lock && npm run ci'
|
||||||
npm install --no-package-lock
|
|
||||||
npm run ci
|
|
||||||
displayName: 'npm install and run ci'
|
displayName: 'npm install and run ci'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue