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": { "repository": {
"type": "git", "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", "main": "index.js",
"scripts": { "scripts": {
"dev": "npm run watch", "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", "lint": "tslint -p tsconfig.json -c tslint.json",
"lintfix": "tslint --fix -p tsconfig.json -c tslint.json", "lintfix": "tslint --fix -p tsconfig.json -c tslint.json",
"nodelinter": "nodelinter", "nodelinter": "nodelinter",
"watch": "tsc --watch", "watch": "tsc --watch",
"test": "jest", "test": "jest",
"release": "npm run build && npm publish --access=public", "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" "postversion": "git push"
}, },
"files": [ "files": [