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 ff1e550 commit 2032038Copy full SHA for 2032038
cleanup.js
@@ -6,7 +6,7 @@ const path = require('path');
6
7
var installCommand = 'npm install';
8
9
-var excludedDirectories = ['css', 'dist','node_modules','webdriver-java'];
+var excludedDirectories = ['css', 'dist','node_modules','webdriver-java', 'reflex-dom-v0.4-keyed'];
10
11
function rmIfExists(base, name) {
12
let dir = path.join(base, name);
0 commit comments