mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
fix(cli): add publishConfig.access field to package.json
This commit is contained in:
parent
d5abeb6ca9
commit
0534d1d59a
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@
|
|||
"typecheck": "tsc --noEmit",
|
||||
"lint": "eslint src test --ext .ts"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"cac": "^6.7.14",
|
||||
"fflate": "^0.8.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue