try with publish config for public access

This commit is contained in:
Jon McClure 2023-08-01 19:44:37 +01:00
parent 62af622c66
commit b7bf6ffe08

View file

@ -8,6 +8,9 @@
"type": "git",
"url": "git+https://github.com/reuters-graphics/graphics-components.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "storybook dev -p 3000",
"new": "node ./bin/newComponent/index.cjs",