Browse Source

Fixes build script

Henning Dieterichs 2 năm trước cách đây
mục cha
commit
37b1981287
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .azure-pipelines/publish-stable.yml

+ 2 - 0
.azure-pipelines/publish-stable.yml

@@ -68,9 +68,11 @@ extends:
         buildSteps:
           - script: npm ci
             displayName: Install NPM dependencies
+            workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
 
           - script: npm run compile
             displayName: Build plugin
+            workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
 
         tag: latest
         ghCreateTag: false