prepare.sh: add testapp build step to preparation script
This commit is contained in:
parent
85985274ed
commit
e9f66f6807
@ -24,4 +24,10 @@ cd ..
|
||||
cd frontend/webcomponent
|
||||
npm install
|
||||
npm run build
|
||||
cd ../..
|
||||
cd ../..
|
||||
|
||||
# Build testapp
|
||||
cd testapp
|
||||
npm install
|
||||
npm run build
|
||||
cd ..
|
||||
Loading…
x
Reference in New Issue
Block a user