We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e37bc commit 0bc262bCopy full SHA for 0bc262b
1 file changed
.publishrc
@@ -0,0 +1,13 @@
1
+{
2
+ "validations": {
3
+ "vulnerableDependencies": true,
4
+ "uncommittedChanges": true,
5
+ "untrackedFiles": true,
6
+ "sensitiveData": false,
7
+ "branch": "master",
8
+ "gitTag": true
9
+ },
10
+ "confirm": false,
11
+ "publishTag": "latest",
12
+ "prePublishScript": "gulp test"
13
+}
0 commit comments