Skip to content

Commit 2ebbd9e

Browse files
committed
ref: Move es-compatibility checks into packages
1 parent 3d63621 commit 2ebbd9e

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
@@ -28,7 +28,7 @@
2828
"lint": "run-s lint:prettier lint:lerna",
2929
"lint:lerna": "lerna run lint",
3030
"lint:prettier": "prettier \"**/*.{md,css,yml,yaml}\" \"packages/**/**.{ts,js,mjs,cjs,mts,cts,jsx,tsx,astro,vue}\" --check",
31-
"lint:es-compatibility": "es-check es2020 ./packages/*/build/{bundles,npm/cjs,cjs}/*.js && es-check es2020 ./packages/*/build/{npm/esm,esm}/*.js --module",
31+
"lint:es-compatibility": "lerna run lint:es-compatibility",
3232
"dedupe-deps:check": "yarn-deduplicate yarn.lock --list --fail",
3333
"dedupe-deps:fix": "yarn-deduplicate yarn.lock",
3434
"postpublish": "lerna run --stream --concurrency 1 postpublish",

0 commit comments

Comments
 (0)