elsa-core/build-assets.ps1

7 lines
143 B
PowerShell
Raw Normal View History

2021-05-12 10:19:51 +00:00
cd ./src/designer/elsa-workflows-studio
npm install
npm run build
cd ../bindings/aspnet/Elsa.Designer.Components.Web
npm install
npm run build