fix(publish-npm): remove eslint
This commit is contained in:
8
.github/workflows/publish-npm.yaml
vendored
8
.github/workflows/publish-npm.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user