From 10517cadcdaa3c55cef115a7102e6dd30b48f377 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Thu, 2 Jan 2025 13:53:42 +0330 Subject: [PATCH] fix(publish-npm): remove eslint --- .github/workflows/publish-npm.yaml | 8 ++------ .vscode/settings.json | 5 ++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index 2598415..9a692e1 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -60,15 +60,11 @@ jobs: run: yarn build env: WIREIT_LOGGER: metrics - - - name: ๐Ÿงน Run ESLint - run: yarn lint - env: - WIREIT_LOGGER: metrics + NODE_ENV: production - name: ๐Ÿš€ Publish run: yarn run publish -- --yes env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true WIREIT_LOGGER: metrics diff --git a/.vscode/settings.json b/.vscode/settings.json index 46e9487..ebe5ab9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,7 +22,10 @@ }, "typescript.enablePromptUseWorkspaceTsdk": true, "typescript.tsdk": ".yarn/sdks/typescript/lib", - "cSpell.words": ["nexim"], + "cSpell.words": [ + "nexim", + "wireit" + ], "todo-tree.tree.scanMode": "workspace only", "github.copilot.chat.codeGeneration.instructions": [ {