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 bd0bd0d commit f564b47Copy full SHA for f564b47
package.json
@@ -7,7 +7,7 @@
7
"src/*/src/Bridge/*/assets"
8
],
9
"scripts": {
10
- "build": "pnpm run -r --aggregate-output build",
+ "build": "pnpm run --filter @symfony/ux-map build && pnpm run -r --aggregate-output build",
11
"test": "pnpm run -r --aggregate-output test",
12
"check": "biome check",
13
"ci": "biome ci"
0 commit comments