Remove invalid blazor reference from build-assets.ps1
This commit is contained in:
parent
7ebe53cb69
commit
7baeeef3e9
|
|
@ -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
|
||||||
3
src/dashboards/blazor/ElsaDashboard.Application/package-lock.json
generated
Normal file
3
src/dashboards/blazor/ElsaDashboard.Application/package-lock.json
generated
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue