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 0f12313 commit 27a9a4aCopy full SHA for 27a9a4a
gulpfile.js
@@ -835,9 +835,14 @@ export async function test() {
835
if (!isProduction && !release) {
836
console.log("Building specs...");
837
if (workspace) {
838
- if (workspace === "core-math") {
+ if (workspace === "core-utils") {
839
+ await buildCoreUtils({});
840
+ } else if (workspace === "core-math") {
841
842
await buildCoreMath({});
843
} else if (workspace === "engine") {
844
845
+ await buildCoreMath({});
846
await buildEngine({});
847
} else if (workspace === "widgets") {
848
await buildWidgets({});
0 commit comments