🐛 Fix bug with build for new cli library
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "nodemon",
|
||||
"postpack": "rm -f oclif.manifest.json",
|
||||
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b && oclif-dev manifest",
|
||||
"start": "bin/n8n start",
|
||||
"test": "jest",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json",
|
||||
@@ -41,7 +43,8 @@
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"dist"
|
||||
"dist",
|
||||
"oclif.manifest.json"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/basic-auth": "^1.1.2",
|
||||
|
||||
Reference in New Issue
Block a user