We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0c95 commit dc2c771Copy full SHA for dc2c771
.gitignore
@@ -71,3 +71,4 @@ typings/
71
# Target
72
demo-app/target/
73
testcafe.builder.d.ts
74
+.builds/
.publishrc
@@ -4,10 +4,10 @@
4
"uncommittedChanges": true,
5
"untrackedFiles": true,
6
"sensitiveData": false,
7
- "branch": "master",
+ "branch": false,
8
"gitTag": true
9
},
10
- "confirm": true,
+ "confirm": false,
11
"publishTag": "latest",
12
"prePublishScript": "npm test"
13
}
0 commit comments