Skip to content

Commit fb4809e

Browse files
committed
fix: build order
1 parent 3ab8d9c commit fb4809e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

workspace.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"builder": "@nrwl/workspace:run-commands",
106106
"outputs": ["dist/packages"],
107107
"options": {
108-
"commands": ["nx run canvas:build.all", "nx run canvas-polyfill:build.all", "nx run canvas-babylon:build.all", "nx run canvas-phaser:build.all", "nx run canvas-phaser-ce:build.all", "nx run canvas-pixi:build.all", "nx run canvas-three:build.all", "nx run canvas-media:build.all"],
108+
"commands": ["nx run canvas:build.all", "nx run canvas-media:build.all", "nx run canvas-polyfill:build.all", "nx run canvas-babylon:build.all", "nx run canvas-phaser:build.all", "nx run canvas-phaser-ce:build.all", "nx run canvas-pixi:build.all", "nx run canvas-three:build.all"],
109109
"parallel": false
110110
}
111111
},
@@ -580,6 +580,16 @@
580580
"glob": "**/*",
581581
"input": "packages/canvas-media/platforms/",
582582
"output": "./platforms/"
583+
},
584+
{
585+
"glob": "**/*.d.ts",
586+
"input": "packages/canvas-media/audio/",
587+
"output": "./audio"
588+
},
589+
{
590+
"glob": "**/*.d.ts",
591+
"input": "packages/canvas-media/video/",
592+
"output": "./video"
583593
}
584594
]
585595
}

0 commit comments

Comments
 (0)