mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-30 06:42:25 -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": {
|
"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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue