Skip to content

Commit effce78

Browse files
committedFeb 8, 2024
Mild build speed increase
1 parent 0ba9862 commit effce78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"scripts": {
2525
"build": "./build.sh",
26-
"lint": "npm run cycle-check && eslint src --ext .ts,.tsx",
26+
"lint": "concurrently \"npm run cycle-check\" \"eslint src --ext .ts,.tsx\"",
2727
"cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c",
2828
"test": "vitest",
2929
"check-package": "package-check",

0 commit comments

Comments
 (0)
Failed to load comments.