Skip to content

Commit 63fd3b9

Browse files
committed
chore(): fix js files ignored
1 parent 12bd237 commit 63fd3b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

workspace.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@
269269
"glob": "**/*",
270270
"input": "packages/canvas-polyfill/platforms/",
271271
"output": "./platforms/"
272+
},
273+
{
274+
"glob": "**/*",
275+
"input": "packages/canvas-polyfill/vendor/",
276+
"output": "./vendor/"
272277
}
273278
]
274279
}
@@ -355,6 +360,11 @@
355360
"glob": "**/*",
356361
"input": "packages/canvas-phaser-ce/platforms/",
357362
"output": "./platforms/"
363+
},
364+
{
365+
"glob": "**/*.js",
366+
"input": "packages/canvas-phaser-ce/",
367+
"output": "./"
358368
}
359369
]
360370
}

0 commit comments

Comments
 (0)