mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Split Azure DevOps npm install/ci commands into different steps.
This commit is contained in:
parent
853e90a1c1
commit
f31fe89d02
1 changed files with 5 additions and 2 deletions
|
|
@ -40,5 +40,8 @@ steps:
|
|||
versionSpec: $(node_version)
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: 'npm install --no-package-lock && npm run ci'
|
||||
displayName: 'npm install and run ci'
|
||||
- script: 'npm install --no-package-lock'
|
||||
displayName: 'Install Dependencies'
|
||||
|
||||
- script: 'npm run ci'
|
||||
displayName: 'Run Tests'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue