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.
2 parents 7ba08b5 + 030421e commit 4f7a148Copy full SHA for 4f7a148
README.md
@@ -240,6 +240,12 @@ pnpm install
240
pnpm build --emptyOutDir
241
```
242
243
+Or run from project root:
244
+
245
+```bash
246
+composer build-react
247
+```
248
249
You will also need to install composer dependencies. From the root of this project run:
250
251
```bash
composer.json
@@ -47,6 +47,9 @@
47
"post-update-cmd": [
48
"@composer bin all install --ansi",
49
"@scope"
50
+ ],
51
+ "build-react": [
52
+ "cd themes/user/app; pnpm install; pnpm build --emptyOutDir"
53
]
54
}
55
0 commit comments