Skip to content

Commit 62bf2ad

Browse files
committed
Run ESLint in CI
1 parent c1d2442 commit 62bf2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mercury/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"watch.scss.mac": "chokidar 'src/**/*.scss' '../common/**/*.scss' -c \"npm run build.scss\"",
6464
"copy-tasks": "node copy-tasks.js",
6565
"coverage": "yarn playwright install && vitest watch run --coverage",
66-
"validate.ci": "yarn build-no-svg && yarn test",
66+
"validate.ci": "yarn lint && yarn build-no-svg && yarn test",
6767
"lint": "eslint src/**/*.ts --fix",
6868
"test": "yarn playwright install && vitest",
6969
"test.watch": "yarn playwright install && vitest watch"

0 commit comments

Comments
 (0)