Skip to content

Commit a6bfdea

Browse files
committed
chore: 确保测试时依赖已构建
1 parent 1ecb1b5 commit a6bfdea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
},
1717
"test:ci": {
1818
"inputs": ["default", "^production"],
19-
"dependsOn": ["prod"],
19+
"dependsOn": ["prod", "^prod"],
2020
"cache": true
2121
},
2222
"updateSnapshot": {
2323
"inputs": ["default", "^production"],
24+
"dependsOn": ["prod", "^prod"],
2425
"cache": true
2526
}
2627
}

0 commit comments

Comments
 (0)