Skip to content

Commit b7c0048

Browse files
committed
🔧 修改配置
1 parent 490e214 commit b7c0048

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
"version": "0.0.7",
44
"description": "[Plugin] auto deploy plugin.",
55
"main": "src/index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"scripts": {
710
"prepublishOnly": "npm run test",
811
"test": "jest",
9-
"release": "micro-app release",
12+
"release": "micro-app release --npm.skipChecks",
1013
"release:alpha": "npm run release -- --preRelease=alpha",
1114
"release:next": "npm run release -- --preRelease=next"
1215
},

0 commit comments

Comments
 (0)