Skip to content

Commit

Permalink
Mild build speed increase
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 8, 2024
1 parent 0ba9862 commit effce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"build": "./build.sh",
"lint": "npm run cycle-check && eslint src --ext .ts,.tsx",
"lint": "concurrently \"npm run cycle-check\" \"eslint src --ext .ts,.tsx\"",
"cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c",
"test": "vitest",
"check-package": "package-check",
Expand Down

0 comments on commit effce78

Please sign in to comment.