diff --git a/.github/workflows/release-exts.yml b/.github/workflows/release-exts.yml index 66e70f6..fb87eb4 100644 --- a/.github/workflows/release-exts.yml +++ b/.github/workflows/release-exts.yml @@ -116,7 +116,7 @@ jobs: refresh-token: '${{ secrets.CHOME_EXTENSION_REFRESH_TOKEN }}' client-id: '${{ secrets.CHOME_EXTENSION_CLIENT_ID }}' client-secret: '${{ secrets.CHOME_EXTENSION_CLIENT_SECRET }}' - zip-path: "packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-chrome.zip" + zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-chrome.zip extension-id: '${{steps.pkg.outputs.chrome_storeId}}' continue-on-error: true @@ -131,7 +131,7 @@ jobs: client-id: ${{ secrets.EDGE_CLIENT_ID }} client-secret: ${{ secrets.EDGE_CLIENT_SECRET }} access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }} - zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-edge.zip" + zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-edge.zip continue-on-error: true diff --git a/README.md b/README.md index d608b28..9dd919b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ This software is licensed with **[GPL-3.0](/LICENSE)**. ## 🐦 About us -*PigeonPosse* is a ✨ **code development collective** ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects. +_PigeonPosse_ is a ✨ **code development collective** ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects. [![More](https://img.shields.io/badge/Read-more-grey?style=for-the-badge)](https://github.com/pigeonposse) diff --git a/package.json b/package.json index 0d925ff..4f35437 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ } ], "scripts": { - "prepare": "husky install .dev/husky", "core": "pnpm --filter @s-8/core $@", "core-react": "pnpm --filter @s-8/core-react $@", "doc": "pnpm --filter @s-8/docs $@", @@ -75,7 +74,8 @@ "update-version-files": "node .dev/update-version/main.mjs", "release": "changeset publish", "todo": "node --experimental-modules .dev/todo.mjs", - "readme": "node --experimental-modules .dev/readme.mjs" + "readme": "node --experimental-modules .dev/readme.mjs", + "prepare": "husky .dev/husky" }, "commitlint": { "extends": [