Remove invalid blazor reference from build-assets.ps1

This commit is contained in:
Sipke Schoorstra 2021-06-10 14:30:03 +02:00
parent 7ebe53cb69
commit 7baeeef3e9
3 changed files with 5 additions and 6 deletions

View file

@ -4,8 +4,4 @@ npm run build
cd ../bindings/aspnet/Elsa.Designer.Components.Web cd ../bindings/aspnet/Elsa.Designer.Components.Web
npm install npm install
npm run build
cd ../../../../dashboards/blazor/ElsaDashboard.Application
npm install
npm run build npm run build

View file

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}

View file

@ -1,6 +1,6 @@
{ {
"name": "@elsa-workflows/elsa-workflow-designer", "name": "@elsa-workflows/elsa-workflows-studio",
"version": "2.0.0-rc1.1", "version": "2.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {