Skip to content

Commit f564b47

Browse files
committed
[Pkg] Ensure UX Map assets are built first
1 parent bd0bd0d commit f564b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"src/*/src/Bridge/*/assets"
88
],
99
"scripts": {
10-
"build": "pnpm run -r --aggregate-output build",
10+
"build": "pnpm run --filter @symfony/ux-map build && pnpm run -r --aggregate-output build",
1111
"test": "pnpm run -r --aggregate-output test",
1212
"check": "biome check",
1313
"ci": "biome ci"

0 commit comments

Comments
 (0)