Skip to content

Commit

Permalink
- Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 27, 2023
1 parent 78c15c8 commit a1038cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,13 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: |
npx lerna run build --scope pnp-modern-search-core
- name: Build + bundle SPFx
run: |
cd ./packages/spfx
gulp update-version --value $MAJORMINORPATCH
gulp update-package-name --name pnp-modern-search-core-spfx-$SEMVER
gulp bundle --ship
Expand Down

0 comments on commit a1038cc

Please sign in to comment.