mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
debugging npm scripts in azure pipeline
This commit is contained in:
parent
5924e108cf
commit
7deda0a117
@ -18,6 +18,9 @@ steps:
|
|||||||
- script: npm install
|
- script: npm install
|
||||||
displayName: 'npm install'
|
displayName: 'npm install'
|
||||||
|
|
||||||
|
- script: ls -alht node_modules/.bin/
|
||||||
|
displayName: show node scripts
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm run build
|
npm run build
|
||||||
npm npm run clean:dist
|
npm npm run clean:dist
|
||||||
|
Loading…
Reference in New Issue
Block a user