From 7ab12276f6a03b9f1a11e3f45ab5925484713033 Mon Sep 17 00:00:00 2001 From: ilbrando Date: Thu, 20 Jun 2024 14:07:33 +0200 Subject: [PATCH] Publick public packages (#7) * Publick public packages * Rush change --- .github/workflows/release.yml | 2 +- .../eslint-plugin/package-public_2024-06-20-12-02.json | 10 ++++++++++ tools/eslint-plugin/package.json | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 common/changes/@ilbrando/eslint-plugin/package-public_2024-06-20-12-02.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4561e97..07ba559 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/common/changes/@ilbrando/eslint-plugin/package-public_2024-06-20-12-02.json b/common/changes/@ilbrando/eslint-plugin/package-public_2024-06-20-12-02.json new file mode 100644 index 0000000..e8f3da9 --- /dev/null +++ b/common/changes/@ilbrando/eslint-plugin/package-public_2024-06-20-12-02.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@ilbrando/eslint-plugin", + "comment": "Update package", + "type": "patch" + } + ], + "packageName": "@ilbrando/eslint-plugin" +} \ No newline at end of file diff --git a/tools/eslint-plugin/package.json b/tools/eslint-plugin/package.json index 77bf83b..db8924e 100644 --- a/tools/eslint-plugin/package.json +++ b/tools/eslint-plugin/package.json @@ -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"