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
|
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
|
||||||
|
|||||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user