Skip to content

Commit e7f57cd

Browse files
bugfix: extra comma
1 parent fbbd365 commit e7f57cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependsOn": ["^build"]
1111
},
1212
"test": {
13-
"dependsOn": ["build", "lint", "//#test-format"],
13+
"dependsOn": ["build", "lint", "//#test-format"]
1414
},
1515
"lint": {
1616
},

0 commit comments

Comments
 (0)