Skip to content

Commit

Permalink
[meta] fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 5, 2021
1 parent e08737d commit 697a01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "not-ib-publish || npm run prepublishOnly",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"lint": "eslint .",
"pretest": "npm run lint",
Expand Down

0 comments on commit 697a01e

Please sign in to comment.