elsa-core/build-assets.ps1
2021-06-10 14:30:03 +02:00

7 lines
143 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