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 272f579 commit 980076bCopy full SHA for 980076b
src/prebuild.ts
@@ -18,7 +18,7 @@ forEach(tasks.getTasks(), (task) => {
18
const taskFilePath = path.join(task.directory, "task.json");
19
const taskFile = fs.existsSync(taskFilePath) ? fs.readJsonSync(taskFilePath) : {};
20
21
- if (taskFile.execution.Node) {
+ if (taskFile.execution.Node || taskFile.execution.Node10) {
22
fs.ensureDirSync(targetNodeCommonDir);
23
fs.ensureDirSync(taskNodeModules);
24
forEach(nodeFiles, (commonFile) => {
0 commit comments