Skip to content

Commit fe5320e

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent daa1a2b commit fe5320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- script: |
4949
npm install lerna cross-env
50-
rm -rf node_modules && npx lerna clean && npm install
50+
rm -rf node_modules && npx lerna clean --yes && npm install
5151
npm run build:frontend
5252
npm run build:backend:ci
5353
displayName: 'npm build'

0 commit comments

Comments
 (0)