diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6538861f04..ebb4631870 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,9 @@ steps: - script: npm install displayName: 'npm install' +- script: ls -alht node_modules/.bin/ + displayName: show node scripts + - script: | npm run build npm npm run clean:dist