Skip to content

Commit 06ac6b8

Browse files
Added a comment explaining the case of no demo directory
LF-3098
1 parent fedb4de commit 06ac6b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/install-demo.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/**
22
* This file contains code to run "npm ci" in the demo directory if it exists.
3+
* The demo directory has been excluded from the npm package, and the presence
4+
* of the demo directory is a signal that we are working with the source code.
35
*/
4-
const { spawn, fork } = require('child_process');
6+
const { spawn } = require('child_process');
57
const path = require('path');
68
const fs = require("fs"); // Or `import fs from "fs";` with ESM
79

0 commit comments

Comments
 (0)