mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
Remove package.json from lint target
This commit is contained in:
parent
e863c55657
commit
3bcc463f09
1 changed files with 4 additions and 4 deletions
|
|
@ -23,9 +23,9 @@
|
||||||
"build": "npx rimraf dist && tsc && gulp build:icons",
|
"build": "npx rimraf dist && tsc && gulp build:icons",
|
||||||
"dev": "tsc --watch",
|
"dev": "tsc --watch",
|
||||||
"format": "prettier nodes credentials --write",
|
"format": "prettier nodes credentials --write",
|
||||||
"lint": "eslint nodes credentials package.json",
|
"lint": "eslint nodes credentials",
|
||||||
"lintfix": "eslint nodes credentials package.json --fix",
|
"lintfix": "eslint nodes credentials --fix",
|
||||||
"prepublishOnly": "npm build && npm lint -c .eslintrc.prepublish.js nodes credentials package.json"
|
"prepublishOnly": "npm build && npm lint -c .eslintrc.prepublish.js nodes credentials"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
@ -52,4 +52,4 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"n8n-workflow": "*"
|
"n8n-workflow": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue