We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acb352 commit 7fa2b30Copy full SHA for 7fa2b30
azure-pipelines/e2e-integration-test.yml
@@ -38,6 +38,8 @@ steps:
38
displayName: 'npm ci'
39
- script: npm run build
40
displayName: 'npm run build'
41
+ - script: npm run webpack
42
+ displayName: 'npm run webpack'
43
- task: UseDotNet@2
44
displayName: 'Install .NET 6'
45
inputs:
azure-pipelines/test.yml
@@ -90,6 +90,8 @@ jobs:
90
91
92
93
94
95
96
97
0 commit comments