Skip to content

Commit

Permalink
Publick public packages (#7)
Browse files Browse the repository at this point in the history
* Publick public packages

* Rush change
  • Loading branch information
ilbrando authored Jun 20, 2024
1 parent 03df96f commit 7ab1227
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Rush rebuild
run: node common/scripts/install-run-rush.js rebuild --verbose
- name: Rush publish
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token ${{ secrets.NPMTOKEN }}
run: node common/scripts/install-run-rush.js publish --apply --publish --npm-auth-token ${{ secrets.NPMTOKEN }} --set-access-level public
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/eslint-plugin",
"comment": "Update package",
"type": "patch"
}
],
"packageName": "@ilbrando/eslint-plugin"
}
3 changes: 3 additions & 0 deletions tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format esm --dts",
"eslint": "echo no linting in this project for now"
Expand Down

0 comments on commit 7ab1227

Please sign in to comment.