Skip to content

Commit

Permalink
ci: use ci instead of install on ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Dec 27, 2021
1 parent 9fd0f39 commit 9f0440c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
inputs:
versionSpec: 17.x
displayName: 'Install Node.js'
- script: npm install
- script: npm ci
displayName: 'Install dependencies'
- script: |
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion configs/build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
versionSpec: ${{ parameters.node_version }}
displayName: 'Install Node.js'

- script: npm install
- script: npm ci
displayName: 'Install dependencies'

- script: npm run build
Expand Down

0 comments on commit 9f0440c

Please sign in to comment.