Skip to content

Commit

Permalink
Fix release CI test (microsoft#17397)
Browse files Browse the repository at this point in the history
Recently microsoft#17161 changed `react-menu` to use native `jest` command for
testing which does not support the `--production` flag
  • Loading branch information
ling1726 authored and joshualamusga1 committed Mar 25, 2021
1 parent 73e565d commit 04ef630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
# test, lint, bundle using lage cached build from previous step (omit --no-cache)
- script: |
yarn run:published test --production
yarn run:published test
displayName: yarn test
- script: |
Expand Down

0 comments on commit 04ef630

Please sign in to comment.