Skip to content

Commit

Permalink
we now use package locks for root repos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Jun 18, 2024
1 parent 4ec78d3 commit 3544567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/src/extensions/install-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = function installExtensions(clientDir) {
correctApiDefinitionsPath(extensionRootPath, clientDir);

execSync(
`cd ${extensionRootPath} && npm install --no-audit && npm run compile --if-present`,
`cd ${extensionRootPath} && npm ci --no-audit && npm run compile --if-present`,
{stdio: 'inherit'}
);

Expand Down

0 comments on commit 3544567

Please sign in to comment.