Skip to content

Commit 032e163

Browse files
Merge pull request #6 from NHSDigital/update-package-generation
Update verify build step
2 parents ae828a4 + b84b019 commit 032e163

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/verify-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload package artifact
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: eventcatalog-core-package-artifact
36+
name: nhso-eventcatalog-core-package-artifact
3737
path: package.tgz
3838

3939
build-eventcatalog:
@@ -53,10 +53,10 @@ jobs:
5353
- name: Download package artifact
5454
uses: actions/download-artifact@v4
5555
with:
56-
name: eventcatalog-core-package-artifact
57-
- name: Install @eventcatalog-core
56+
name: nhso-eventcatalog-core-package-artifact
57+
- name: Install @nhsdigital/nhso-eventcatalog-core
5858
working-directory: examples/default/
5959
run: npm install ../../package.tgz
6060
- name: Build EventCatalog
6161
working-directory: examples/default/
62-
run: npx eventcatalog build
62+
run: npx @nhsdigital/nhso-eventcatalog-core build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nhsdigital/nhso-eventcatalog",
2+
"name": "@nhsdigital/nhso-eventcatalog-core",
33
"homepage": "https://github.com/NHSDigital/nhso-eventcatalog",
44
"repository": {
55
"type": "git",

0 commit comments

Comments
 (0)