Skip to content

Commit

Permalink
Revert "[meta] ensure not-in-publish‘s absence does not fail anything"
Browse files Browse the repository at this point in the history
This reverts commit fb3a243.

Hopefully this will fix node's CITGM runs on windows.
  • Loading branch information
ljharb committed Sep 8, 2023
1 parent a8a7d67 commit 92aaa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 92aaa51

Please sign in to comment.