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": [ {