Skip to content

Commit 4f7a148

Browse files
committed
Merge branch 'develop'
2 parents 7ba08b5 + 030421e commit 4f7a148

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ pnpm install
240240
pnpm build --emptyOutDir
241241
```
242242

243+
Or run from project root:
244+
245+
```bash
246+
composer build-react
247+
```
248+
243249
You will also need to install composer dependencies. From the root of this project run:
244250

245251
```bash

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"post-update-cmd": [
4848
"@composer bin all install --ansi",
4949
"@scope"
50+
],
51+
"build-react": [
52+
"cd themes/user/app; pnpm install; pnpm build --emptyOutDir"
5053
]
5154
}
5255
}

0 commit comments

Comments
 (0)