Skip to content

Commit 192b36b

Browse files
Rich-HarrisRich Harris
andauthored
always run clean install - closes #305 (#307)
Co-authored-by: Rich Harris <[email protected]>
1 parent b7e2a46 commit 192b36b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/create-common-bundle/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import { execSync } from 'child_process';
77

88
const cwd = 'content/tutorial/common';
99

10-
if (!fs.existsSync(`${cwd}/node_modules`)) {
11-
execSync('npm ci', { cwd });
12-
}
10+
execSync('npm ci', { cwd });
1311

1412
const zip = new AdmZip();
1513

0 commit comments

Comments
 (0)