chore: various improvements to repo setup (#6471)

* chore: various improvements to repo setup

* fix again

* fix
This commit is contained in:
Joshua Chen 2022-01-26 14:24:15 +08:00 committed by GitHub
parent 83fb3a825f
commit ebd5340205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 81 additions and 55 deletions

View file

@ -15,9 +15,7 @@
"build": "tsc",
"watch": "tsc --watch"
},
"bin": {
"create-docusaurus": "bin/index.js"
},
"bin": "bin/index.js",
"publishConfig": {
"access": "public"
},