Skip to content

Commit

Permalink
fix: publish access public error
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed May 5, 2023
1 parent e88185e commit e96b006
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"scripts": {
"release": "changeset && changeset version",
"publish:ci": "turbo run publish:pre && pnpm publish -r",
"publish:ci": "turbo run publish:pre && pnpm publish -r --access public",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
Expand Down
1 change: 0 additions & 1 deletion packages/@genapi/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.4.0",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@genapi/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.4.0",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@genapi/config/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ namespace ApiPipeline {
}

export interface Graphs {

/**
* all comments
*/
Expand Down
1 change: 0 additions & 1 deletion packages/@genapi/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.4.0",
"main": "src/index.ts",
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@genapi/pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@parsers/swag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/axios-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/axios-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/fetch-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/fetch-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/got-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/got-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/ky-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@swag/ky-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"lint": "eslint ./"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions packages/@tests/bin/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env node

const path = require('path')

require('esbuild-register')
require('@genapi/cli/src/bin/index.ts')
4 changes: 0 additions & 4 deletions packages/@tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "@genapi/tests",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "ptsup src --dts --meta --clean",
"lint": "eslint ./"
},
"dependencies": {
"@genapi/cli": "workspace:*",
"@genapi/config": "workspace:*",
Expand Down

0 comments on commit e96b006

Please sign in to comment.