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 6e33db2 commit daa1a2bCopy full SHA for daa1a2b
azure-pipelines.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- script: |
49
npm install lerna cross-env
50
- npm run clean:install
+ rm -rf node_modules && npx lerna clean && npm install
51
npm run build:frontend
52
npm run build:backend:ci
53
displayName: 'npm build'
0 commit comments