From 92aaa5106b65824d82ce72c0d1dfcc6df6cff753 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 7 Sep 2023 22:56:03 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"[meta]=20ensure=20`not-in-publish`?= =?UTF-8?q?=E2=80=98s=20absence=20does=20not=20fail=20anything"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fb3a243bfe1baa4c8afb44b8c654cd98500c2e9f. Hopefully this will fix node's CITGM runs on windows. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c15b217..e8d7504e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublishOnly": "safe-publish-latest", - "prepublish": "!(type not-in-publish) || not-in-publish || npm run prepublishOnly", + "prepublish": "not-in-publish || npm run prepublishOnly", "prelint:files": "git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js'", "eclint": "FILES=\"$(npm run --silent prelint:files)\" eclint check \"${FILES:=package.json}\"", "eclint:windows": "eclint check *.js",