Skip to content

Commit

Permalink
Update Starter-and-Functional-BP.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-shesha committed Jul 3, 2023
1 parent efcd779 commit 5185b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Starter-and-Functional-BP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ stages:
displayName: 'Npm Update Version'
inputs:
command: custom
workingDir: shesha-starter/frontend
workingDir: shesha-reactjs
verbose: false
customCommand: 'version $(versionNo)--allow-same-version'
customCommand: 'version $(versionNo) --allow-same-version'
# condition: ne(variables['currentBranch'], 'refs/heads/main')
- task: Npm@1
displayName: 'Npm Install'
Expand Down

0 comments on commit 5185b9e

Please sign in to comment.