Skip to content

Commit

Permalink
FIX: publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
eagerterrier committed May 8, 2024
1 parent 13ecc5d commit 852b8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/web-vitals",
"version": "2.0.3",
"version": "2.0.7",
"main": "dist/index.js",
"module": "esm/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish/src/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = (packageDir, packageJson, attempted) => {
const { access, tag } = publishConfig(packageJson);

const execute = exec(
`npm publish ${packageDir} --access ${access} --tag ${tag}`,
`npm publish --access ${access} --tag ${tag}`,
{
silent: true,
},
Expand Down

0 comments on commit 852b8e5

Please sign in to comment.