elsa-core/build-assets.ps1
2021-05-12 12:19:51 +02:00

11 lines
229 B
PowerShell

cd ./src/designer/elsa-workflows-studio
npm install
npm run build
cd ../bindings/aspnet/Elsa.Designer.Components.Web
npm install
npm run build
cd ../../../../dashboards/blazor/ElsaDashboard.Application
npm install
npm run build