diff --git a/prepare.sh b/prepare.sh index 6cc525e..9c93bc0 100755 --- a/prepare.sh +++ b/prepare.sh @@ -14,6 +14,12 @@ npm install npm run build:prod cd .. +// Build webcomponent +cd frontend/webcomponent +npm install +npm run build +cd ../.. + # Build frontend cd frontend npm install