Skip to content

Commit

Permalink
don't use ci for main repo - package locks aren't present for most te…
Browse files Browse the repository at this point in the history
…sting root repos
  • Loading branch information
tomaskikutis committed Apr 21, 2023
1 parent 95bafe8 commit 7671f2a
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 ci --no-audit && npm run compile --if-present`,
`cd ${extensionRootPath} && npm install --no-audit && npm run compile --if-present`,
{stdio: 'inherit'}
);

Expand Down

0 comments on commit 7671f2a

Please sign in to comment.