Skip to content

Commit c2b37d3

Browse files
added support for build name in smartui
1 parent 6dc7d21 commit c2b37d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/examples/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function searchTextOnGoogle() {
3535
"LT:Options": {
3636
"smartUI.project": "smartuigithub",
3737
// will generate random smartUI build if not specified
38-
// "smartUI.build": "first",
38+
...(process.env.BUILD_NAME && { "smartUI.build": process.env.BUILD_NAME }),
3939
"smartUI.options": {
4040
"output": {
4141
"errorColor": {

0 commit comments

Comments
 (0)