Skip to content

Commit

Permalink
- Fixed issue on path
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Nov 28, 2023
1 parent ae375ce commit 749c8c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ jobs:
- name: Build + bundle SPFx
working-directory: ./packages/spfx
run: |
gulp update-version --value $MAJORMINORPATCH
gulp update-package-name --name pnp-modern-search-core-spfx-$SEMVER
gulp bundle --ship
gulp package-solution --ship
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**This solution includes only one `.sppkg` file:**
- `pnp-modern-search-core-spfx-<version_number>.sppkg`.

____
4 changes: 2 additions & 2 deletions packages/spfx/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"pnp-core-search-verticals-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/SearchVerticals/SearchVerticalsWebPart.js",
"manifest": "./src/webparts/SearchVerticals/SearchVerticalsWebPart.manifest.json"
"entrypoint": "./lib/webparts/searchVerticals/SearchVerticalsWebPart.js",
"manifest": "./src/webparts/searchVerticals/SearchVerticalsWebPart.manifest.json"
}
]
}
Expand Down

0 comments on commit 749c8c8

Please sign in to comment.