Edit scripts

This commit is contained in:
Valentina Lilova 2022-04-26 15:37:26 +03:00
commit cd8a740024

View file

@ -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": [