Skip to content

Commit

Permalink
fix: publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
mao committed Mar 3, 2023
1 parent 0248723 commit f050eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/apipgen-parser-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "ptsup -r src --dts --meta --clean"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts"
Expand Down
1 change: 1 addition & 0 deletions packages/apipgen-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "ptsup -r src --dts --meta --clean"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts"
Expand Down

0 comments on commit f050eb3

Please sign in to comment.