mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +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'
|
||||
|
||||
|
||||
- script: |
|
||||
npm install --no-package-lock
|
||||
npm run ci
|
||||
- script: 'npm install --no-package-lock && npm run ci'
|
||||
displayName: 'npm install and run ci'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue