Skip to content

Commit f8788c6

Browse files
committed
chore(scripts/ghPagesDeploy): make sure root is installed
1 parent be5a9eb commit f8788c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/ghPagesDeploy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ function main() {
4242
execSync(`git config user.name "${commiterInfo.name}"`, { stdio: 'inherit' });
4343
execSync(`git config user.email "${commiterInfo.email}"`, { stdio: 'inherit' });
4444

45+
console.log('\nInstall of root\n');
46+
47+
// make sure everything is correctly installed
48+
execSync('yarn install', { stdio: 'inherit' });
49+
4550
console.log('\nInstall & Build of website\n');
4651

4752
// make sure everything is correctly installed

0 commit comments

Comments
 (0)