diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ab60555f..257123d6 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -34,6 +34,7 @@ jobs: - name: 👊 Bump version run: | yarn version --no-git-tag-version --${{ github.event.inputs.version-bump }} + yarn format --write git config --global user.name 'ElementRobot' git config --global user.email 'releases@riot.im' git commit -am "${{ github.event.inputs.version-bump }} version bump" diff --git a/package.json b/package.json index d5c128be..f251a0fa 100644 --- a/package.json +++ b/package.json @@ -11,16 +11,8 @@ "check": "yarn exec biome -- check", "types": "yarn exec tsc -- --noEmit" }, - "keywords": [ - "compound", - "design tokens", - "style dictionary", - "css" - ], - "files": [ - "./assets/web/**/*", - "./icons/**/*" - ], + "keywords": ["compound", "design tokens", "style dictionary", "css"], + "files": ["./assets/web/**/*", "./icons/**/*"], "main": "assets/web/js/index.js", "type": "module", "exports": {