We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa1a2b commit fe5320eCopy full SHA for fe5320e
azure-pipelines.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- script: |
49
npm install lerna cross-env
50
- rm -rf node_modules && npx lerna clean && npm install
+ rm -rf node_modules && npx lerna clean --yes && npm install
51
npm run build:frontend
52
npm run build:backend:ci
53
displayName: 'npm build'
0 commit comments