Skip to content

Commit 1ea56da

Browse files
committed
fix(ci): update package access and fix readme for yarn
1 parent 5d723d4 commit 1ea56da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ other infra to get up and running quickly. The generally expected conventions fo
1010
```
1111
mkdir my-cool-api
1212
cd my-cool-api
13-
yarn init @openapi-typescript-infra
13+
yarn create @openapi-typescript-infra
1414
```
1515

1616
After that you can run `yarn build` to vet things, then `yarn test`. Then you should get to work on your API spec, which you can find in the `api` directory of your newly created project.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"bin": {
2222
"create-oti-service": "./build/index.js"
2323
},
24+
"publishConfig": {
25+
"access": "public"
26+
},
2427
"release": {
2528
"branches": [
2629
"main"

0 commit comments

Comments
 (0)