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 ef9b223 commit 3c56fdb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Starter-and-Functional-BP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,16 @@ stages:
workingDir: shesha-reactjs
verbose: false
customCommand: 'install'
- task: Npm@1
inputs:
command: 'custom'
workingDir: shesha-reactjs
customCommand: 'npm run prepare'
- task: Npm@1
inputs:
command: 'custom'
workingDir: shesha-reactjs
customCommand: 'npm run build'
# - task: Npm@1
# displayName: Install Latest Shesha
# inputs:
Expand Down

0 comments on commit 3c56fdb

Please sign in to comment.