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
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