Skip to content

Commit 838a3c0

Browse files
chore(spc): change package scope to @fergusbisset for GitHub Packages publish
1 parent 3f7bd4f commit 838a3c0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/spc-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 22.x
2525
registry-url: 'https://npm.pkg.github.com'
26-
scope: '@nhs-fdp'
26+
scope: '@fergusbisset'
2727

2828
- name: Install dependencies
2929
run: npm ci

packages/nhs-fdp-spc/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nhs-fdp/spc",
2+
"name": "@fergusbisset/spc",
33
"version": "0.0.1-alpha.0",
44
"description": "Statistical Process Control (SPC) components and engine for the NHS FDP Design System",
55
"type": "module",
@@ -13,7 +13,8 @@
1313
"LICENSE"
1414
],
1515
"publishConfig": {
16-
"registry": "https://npm.pkg.github.com"
16+
"registry": "https://npm.pkg.github.com",
17+
"access": "public"
1718
},
1819
"exports": {
1920
".": {

0 commit comments

Comments
 (0)