Browse Source

Fixes build script

Henning Dieterichs 2 years ago
parent
commit
37b1981287
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .azure-pipelines/publish-stable.yml

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

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