Skip to content

Commit c16fe26

Browse files
committed
[INTERNAL] Ignore cross-env in depcheck
1 parent f59f65e commit c16fe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
5151
"prepublishOnly": "git push --follow-tags",
5252
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
53-
"depcheck": "depcheck --ignores @ui5/builder,docdash,@istanbuljs/esm-loader-hook,catharsis,rimraf --parsers='**/*.js:es6,**/*.cjs:es6'"
53+
"depcheck": "depcheck --ignores @ui5/builder,docdash,@istanbuljs/esm-loader-hook,catharsis,rimraf,cross-env --parsers='**/*.js:es6,**/*.cjs:es6'"
5454
},
5555
"files": [
5656
"CHANGELOG.md",

0 commit comments

Comments
 (0)