We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
not-in-publish
1 parent e8c56b7 commit 1b3e0b1Copy full SHA for 1b3e0b1
package.json
@@ -71,7 +71,7 @@
71
"version": "auto-changelog && git add CHANGELOG.md",
72
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
73
"prepublishOnly": "safe-publish-latest",
74
- "prepublish": "!(type not-in-publish) || not-in-publish || npm run prepublishOnly",
+ "prepublish": "not-in-publish || npm run prepublishOnly",
75
"prelint:files": "git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js'",
76
"eclint": "FILES=\"$(npm run --silent prelint:files)\" eclint check \"${FILES:=package.json}\"",
77
"eclint:windows": "eclint check *.js",
0 commit comments