Skip to content

Commit

Permalink
infra: make packages public to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ElRodrigote committed May 29, 2024
1 parent b5b2c50 commit fad4109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"clean": "npx rimraf dist && npx rimraf .turbo"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit fad4109

Please sign in to comment.