prepare.sh: add missing build steps for webcomponent in prepare script
This commit is contained in:
parent
d8e9f624c3
commit
fd224a9aa1
@ -14,6 +14,12 @@ npm install
|
|||||||
npm run build:prod
|
npm run build:prod
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
// Build webcomponent
|
||||||
|
cd frontend/webcomponent
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
cd ../..
|
||||||
|
|
||||||
# Build frontend
|
# Build frontend
|
||||||
cd frontend
|
cd frontend
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user