Skip to content

Commit 2978955

Browse files
committed
fix comment
1 parent e1d1feb commit 2978955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps-engine/scripts/deno-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const rootPath = path.join(__dirname, '..');
7676
const denoRuntimePath = path.join(rootPath, 'deno-runtime');
7777
const DENO_DIR = process.env.DENO_DIR ?? path.join(rootPath, '.deno-cache');
7878

79-
// In CI envs, break if lockfile changes; in dev envs, don't update the lockfile
79+
// In CI envs, break if lockfile changes; in dev envs, it's alright
8080
const commandLine = CI ? 'deno install --frozen --entrypoint main.ts' : 'deno install --entrypoint main.ts';
8181

8282
childProcess.execSync(commandLine, {

0 commit comments

Comments
 (0)