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 c1d2442 commit 62bf2adCopy full SHA for 62bf2ad
packages/mercury/package.json
@@ -63,7 +63,7 @@
63
"watch.scss.mac": "chokidar 'src/**/*.scss' '../common/**/*.scss' -c \"npm run build.scss\"",
64
"copy-tasks": "node copy-tasks.js",
65
"coverage": "yarn playwright install && vitest watch run --coverage",
66
- "validate.ci": "yarn build-no-svg && yarn test",
+ "validate.ci": "yarn lint && yarn build-no-svg && yarn test",
67
"lint": "eslint src/**/*.ts --fix",
68
"test": "yarn playwright install && vitest",
69
"test.watch": "yarn playwright install && vitest watch"
0 commit comments