Skip to content

Commit deedc9b

Browse files
chore(deps): auto-fix syncpack mismatches [skip ci]
1 parent 4fc065e commit deedc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/graph-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"directory": "packages/graph-core"
1010
},
1111
"scripts": {
12+
"lint": "eslint .",
1213
"test": "vitest run",
13-
"typecheck": "tsc --noEmit --skipLibCheck",
14-
"lint": "eslint ."
14+
"typecheck": "tsc --noEmit --skipLibCheck"
1515
},
1616
"dependencies": {
1717
"@bibgraph/algorithms": "workspace:*",

0 commit comments

Comments
 (0)