Skip to content

Commit cbafe3e

Browse files
committed
chore: remove unnecessary Angular build in publish retry CI workflow
1 parent c931d2b commit cbafe3e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/publish-npm-publish-retry.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ jobs:
6969
- name: Build Everything
7070
run: pnpm build
7171

72-
# because ng-packagr copies the package.json to dist,
73-
# we need to re-run the build to get latest version in its dist/package.json
74-
- name: run another Angular-Slickgrid build
75-
run: pnpm run angular:build:framework
76-
77-
# then we need to replace all `workspace:` protocol with valid workspace package versions
78-
- name: replace Angular-Slickgrid "workspace:"
79-
run: pnpm run angular:replace-workspace
80-
8172
- name: OTP
8273
if: ${{ inputs.dryrun != true }}
8374
uses: step-security/wait-for-secrets@v1

0 commit comments

Comments
 (0)