Skip to content

Commit 641938e

Browse files
committed
Fix issue with prepublish script
1 parent 1ec3b01 commit 641938e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/mint-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"changeset": "changeset",
4444
"version": "changeset version && npm install",
4545
"release": "changeset publish",
46-
"prepublishOnly": "if [ \"$CI\" != \"true\" ]; then echo Error: Direct npm publish is disabled for @saasquatch/mint-components. Publish via the Mint Components Release (stable) or Publish Package (prerelease) GitHub Actions workflow. && exit 1; fi"
46+
"prepublishOnly": "if [ \"$CI\" != \"true\" ]; then echo 'Error: Direct npm publish is disabled for @saasquatch/mint-components. Publish via the Mint Components Release (stable) or Publish Package (prerelease) GitHub Actions workflow.' && exit 1; fi"
4747
},
4848
"devDependencies": {
4949
"@changesets/changelog-github": "^0.5.2",

0 commit comments

Comments
 (0)