mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
🐛 Fix bug with build for new cli library
This commit is contained in:
parent
53b1cf18c8
commit
5d3f4183c4
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue