We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedb4de commit 06ac6b8Copy full SHA for 06ac6b8
bin/install-demo.js
@@ -1,7 +1,9 @@
1
/**
2
* 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.
5
*/
-const { spawn, fork } = require('child_process');
6
+const { spawn } = require('child_process');
7
const path = require('path');
8
const fs = require("fs"); // Or `import fs from "fs";` with ESM
9
0 commit comments