Skip to content

Commit dc2c771

Browse files
authored
build: fixed publish settings (#126)
1 parent 51d0c95 commit dc2c771

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ typings/
7171
# Target
7272
demo-app/target/
7373
testcafe.builder.d.ts
74+
.builds/

.publishrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"uncommittedChanges": true,
55
"untrackedFiles": true,
66
"sensitiveData": false,
7-
"branch": "master",
7+
"branch": false,
88
"gitTag": true
99
},
10-
"confirm": true,
10+
"confirm": false,
1111
"publishTag": "latest",
1212
"prePublishScript": "npm test"
1313
}

0 commit comments

Comments
 (0)