We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7399e5 commit 9b6fbecCopy full SHA for 9b6fbec
packages/nitro/package.json
@@ -62,7 +62,7 @@
62
"clean": "rimraf build coverage sentry-nitro-*.tgz",
63
"fix": "eslint . --format stylish --fix",
64
"lint": "eslint . --format stylish",
65
- "lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
+ "lint:es-compatibility": "es-check es2022 ./build/esm/*.js --module",
66
"test": "vitest run",
67
"test:watch": "vitest --watch",
68
"yalc:publish": "yalc publish --push --sig"
0 commit comments