Skip to content

Commit aa2555d

Browse files
committed
Removed client build from packaging.
1 parent e21f831 commit aa2555d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish_to_nuget.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
with:
2828
node-version: 20
2929

30-
# Install NPM packages and run gulp
31-
- name: NPM Install and Gulp
32-
run: |
33-
cd core/Piranha.Manager
34-
npm install
35-
gulp
36-
3730
# Build and pack
3831
- name: Build solution and generate NuGet package
3932
run: ./pack.sh

0 commit comments

Comments
 (0)