fix(publish-npm): remove eslint

This commit is contained in:
2025-01-02 13:53:42 +03:30
parent d925019c58
commit 10517cadcd
2 changed files with 6 additions and 7 deletions

View File

@@ -60,15 +60,11 @@ jobs:
run: yarn build run: yarn build
env: env:
WIREIT_LOGGER: metrics WIREIT_LOGGER: metrics
NODE_ENV: production
- name: 🧹 Run ESLint
run: yarn lint
env:
WIREIT_LOGGER: metrics
- name: 🚀 Publish - name: 🚀 Publish
run: yarn run publish -- --yes run: yarn run publish -- --yes
env: env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true NPM_CONFIG_PROVENANCE: true
WIREIT_LOGGER: metrics WIREIT_LOGGER: metrics

View File

@@ -22,7 +22,10 @@
}, },
"typescript.enablePromptUseWorkspaceTsdk": true, "typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib", "typescript.tsdk": ".yarn/sdks/typescript/lib",
"cSpell.words": ["nexim"], "cSpell.words": [
"nexim",
"wireit"
],
"todo-tree.tree.scanMode": "workspace only", "todo-tree.tree.scanMode": "workspace only",
"github.copilot.chat.codeGeneration.instructions": [ "github.copilot.chat.codeGeneration.instructions": [
{ {