Skip to content

Commit 9b6fbec

Browse files
committed
chore: lint command should check es only
1 parent f7399e5 commit 9b6fbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"clean": "rimraf build coverage sentry-nitro-*.tgz",
6363
"fix": "eslint . --format stylish --fix",
6464
"lint": "eslint . --format stylish",
65-
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
65+
"lint:es-compatibility": "es-check es2022 ./build/esm/*.js --module",
6666
"test": "vitest run",
6767
"test:watch": "vitest --watch",
6868
"yalc:publish": "yalc publish --push --sig"

0 commit comments

Comments
 (0)