From 7deda0a1172888675253eb16a57b5df1487ba421 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 14 Dec 2020 15:57:45 +0000 Subject: [PATCH] debugging npm scripts in azure pipeline --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) 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