Skip to content

Commit 506bf49

Browse files
committed
Run package before check
1 parent bf5fbc3 commit 506bf49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

turbo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"cache": false,
2323
"persistent": true
2424
},
25-
"check": {},
25+
"check": {
26+
"dependsOn": ["package"]
27+
},
2628
"playwright:install": {},
2729
"test": {
2830
"dependsOn": ["package", "playwright:install"]

0 commit comments

Comments
 (0)