We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5a9eb commit f8788c6Copy full SHA for f8788c6
scripts/ghPagesDeploy.js
@@ -42,6 +42,11 @@ function main() {
42
execSync(`git config user.name "${commiterInfo.name}"`, { stdio: 'inherit' });
43
execSync(`git config user.email "${commiterInfo.email}"`, { stdio: 'inherit' });
44
45
+ console.log('\nInstall of root\n');
46
+
47
+ // make sure everything is correctly installed
48
+ execSync('yarn install', { stdio: 'inherit' });
49
50
console.log('\nInstall & Build of website\n');
51
52
// make sure everything is correctly installed
0 commit comments