diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 646809a..2a3115e 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -28,6 +28,15 @@ jobs: uses: actions/setup-dotnet@v4 with: global-json-file: global.json + - name: Setup Node.js + uses: actions/setup-node@v2 + with: + node-version: '22.x' + - name: build webui + run: | + cd stepwise-studio + npm install + npm run build - name: Restore dependencies run: | dotnet restore -bl diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml index b58e71b..4cddf7e 100644 --- a/.github/workflows/dotnet-release.yml +++ b/.github/workflows/dotnet-release.yml @@ -33,6 +33,11 @@ jobs: uses: actions/setup-node@v2 with: node-version: '22.x' + - name: build webui + run: | + cd stepwise-studio + npm install + npm run build - uses: nuget/setup-nuget@v2 with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} diff --git a/README.md b/README.md index 3f210c0..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,186 +0,0 @@ - - - -
+ {children}
+
+ )
+ },
+ ...props.components,
+ }}>
+ {props.children}
+