debugging npm scripts in azure pipeline

This commit is contained in:
Joseph Flinn 2020-12-14 15:57:45 +00:00
parent 5924e108cf
commit 7deda0a117
1 changed files with 3 additions and 0 deletions

View File

@ -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