Skip to content

Commit

Permalink
Update visual-regression-tests.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jul 16, 2024
1 parent d79e73c commit 62ea7c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,12 @@ jobs:
verbose: false
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
- powershell: |
npm run build_react_prod
npm run build_core
npm run build_i18n
npm run build-plugins
npm run build_react_ui
displayName: 'build prod'
- script: |
Expand Down

0 comments on commit 62ea7c6

Please sign in to comment.