Skip to content

Commit 1b3e0b1

Browse files
committed
Revert "[meta] ensure not-in-publish‘s absence does not fail anything"
This reverts commit fb3a243. Hopefully this will fix node's CITGM runs on windows.
1 parent e8c56b7 commit 1b3e0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"version": "auto-changelog && git add CHANGELOG.md",
7272
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
7373
"prepublishOnly": "safe-publish-latest",
74-
"prepublish": "!(type not-in-publish) || not-in-publish || npm run prepublishOnly",
74+
"prepublish": "not-in-publish || npm run prepublishOnly",
7575
"prelint:files": "git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js'",
7676
"eclint": "FILES=\"$(npm run --silent prelint:files)\" eclint check \"${FILES:=package.json}\"",
7777
"eclint:windows": "eclint check *.js",

0 commit comments

Comments
 (0)