Skip to content

Commit 70bd1e8

Browse files
committed
chore(build): use install instead of ci for release
1 parent 89d1526 commit 70bd1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.scripts/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function preparePackage(tasks, package, version) {
8484
title: `${pkg.name}: install npm dependencies`,
8585
task: async () => {
8686
await fs.remove(path.join(projectRoot, 'node_modules'))
87-
await execa('npm', ['ci'], { cwd: projectRoot });
87+
await execa('npm', ['i'], { cwd: projectRoot });
8888
}
8989
});
9090

0 commit comments

Comments
 (0)