We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba9862 commit effce78Copy full SHA for effce78
packages/core/package.json
@@ -23,7 +23,7 @@
23
},
24
"scripts": {
25
"build": "./build.sh",
26
- "lint": "npm run cycle-check && eslint src --ext .ts,.tsx",
+ "lint": "concurrently \"npm run cycle-check\" \"eslint src --ext .ts,.tsx\"",
27
"cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c",
28
"test": "vitest",
29
"check-package": "package-check",
0 commit comments