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 3eadf27 commit 5b6215c
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 @@ -482,12 +482,12 @@ stages:
inputs:
command: 'custom'
workingDir: shesha-reactjs
customCommand: 'npm run prepare'
customCommand: 'run prepare'
- task: Npm@1
inputs:
command: 'custom'
workingDir: shesha-reactjs
customCommand: 'npm run build'
customCommand: 'run build'
# - task: Npm@1
# displayName: Install Latest Shesha
# inputs:
Expand Down

0 comments on commit 5b6215c

Please sign in to comment.