Skip to content

Commit 27a9a4a

Browse files
author
Jeshurun Hembd
committed
Pre-build dependencies for test command
1 parent 0f12313 commit 27a9a4a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

gulpfile.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,14 @@ export async function test() {
835835
if (!isProduction && !release) {
836836
console.log("Building specs...");
837837
if (workspace) {
838-
if (workspace === "core-math") {
838+
if (workspace === "core-utils") {
839+
await buildCoreUtils({});
840+
} else if (workspace === "core-math") {
841+
await buildCoreUtils({});
839842
await buildCoreMath({});
840843
} else if (workspace === "engine") {
844+
await buildCoreUtils({});
845+
await buildCoreMath({});
841846
await buildEngine({});
842847
} else if (workspace === "widgets") {
843848
await buildWidgets({});

0 commit comments

Comments
 (0)