mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
Update scripts
This commit is contained in:
parent
52795bd5c5
commit
10579a553e
1 changed files with 4 additions and 5 deletions
|
|
@ -16,13 +16,12 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "npm run watch",
|
"dev": "npm run watch",
|
||||||
"build": "tsc && gulp",
|
"build": "tsc && gulp",
|
||||||
"tslint": "tslint -p tsconfig.json -c tslint.json",
|
"lint": "tslint -p tsconfig.json -c tslint.json",
|
||||||
|
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
||||||
|
"nodelinter": "nodelinter",
|
||||||
"watch": "tsc --watch",
|
"watch": "tsc --watch",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"preinstall": "npx npm-force-resolutions"
|
"release": "npm run build && npm publish --access=public"
|
||||||
},
|
|
||||||
"resolutions": {
|
|
||||||
"glob-parent": "^6.0.1"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue