Skip to content

Commit

Permalink
Update grmc-test-task.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffy-g committed Apr 4, 2024
1 parent 94cee47 commit f78832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grmc-test-task.js
Expand Up @@ -36,7 +36,7 @@ const rimraf = require("rimraf");
// ⚠️ CAVEAT:
// In test for all files in node_modules,
// if output directory is set immediately below working directory, vscode maybe/will be freezes
const RESULT_SRC_FILEs_OUT = "../rmc-tmp/output";
const RESULT_SRC_FILEs_OUT = "./rmc-tmp/output";


// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit f78832d

Please sign in to comment.