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 e1b20f2 commit 0242e2aCopy full SHA for 0242e2a
.publishrc
@@ -3,13 +3,12 @@
3
"vulnerableDependencies": true,
4
"uncommittedChanges": true,
5
"untrackedFiles": true,
6
- "sensitiveData": {
7
- "ignore": []
8
- },
+ "sensitiveData": true,
9
"branch": "master",
10
"gitTag": true
11
},
12
"confirm": true,
13
- "publishTag": "latest",
14
- "prePublishScript": "npm test"
15
-}
+ "publishTag": "latest --access public",
+ "prePublishScript": "npm test",
+ "postPublishScript": false
+}
0 commit comments