Skip to content

Commit 0242e2a

Browse files
committed
update publish please config
1 parent e1b20f2 commit 0242e2a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.publishrc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"vulnerableDependencies": true,
44
"uncommittedChanges": true,
55
"untrackedFiles": true,
6-
"sensitiveData": {
7-
"ignore": []
8-
},
6+
"sensitiveData": true,
97
"branch": "master",
108
"gitTag": true
119
},
1210
"confirm": true,
13-
"publishTag": "latest",
14-
"prePublishScript": "npm test"
15-
}
11+
"publishTag": "latest --access public",
12+
"prePublishScript": "npm test",
13+
"postPublishScript": false
14+
}

0 commit comments

Comments
 (0)