mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 14:22:26 -05:00
Edit scripts
This commit is contained in:
parent
857b6ef4f0
commit
cd8a740024
1 changed files with 69 additions and 69 deletions
|
|
@ -10,19 +10,19 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/n8n-io/n8n-nodes-starter.git"
|
||||
"url": "git+https://github.com/digital-boss/n8n-nodes-starter.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "npm run watch",
|
||||
"build": "tsc && gulp && genversion -s -e nodes/version.ts && git add .",
|
||||
"build": "genversion -s -e nodes/version.ts && git add . && tsc && gulp",
|
||||
"lint": "tslint -p tsconfig.json -c tslint.json",
|
||||
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
|
||||
"nodelinter": "nodelinter",
|
||||
"watch": "tsc --watch",
|
||||
"test": "jest",
|
||||
"release": "npm run build && npm publish --access=public",
|
||||
"version": "npm run build && genversion -s -e nodes/version.ts",
|
||||
"version": "npm run build",
|
||||
"postversion": "git push"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue