Skip to content

Commit

Permalink
fix: Remove ts-node from overrides and typeorm script (no-changelog) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue authored Feb 5, 2024
1 parent dc5ec8f commit b62c1d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"tough-cookie": "^4.1.3",
"tslib": "^2.6.1",
"tsconfig-paths": "^4.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.0",
"xml2js": "^0.5.0",
"cpy@8>globby": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:postgres": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ jest --no-coverage",
"test:mysql": "N8N_LOG_LEVEL=silent DB_TYPE=mysqldb DB_TABLE_PREFIX=test_ jest --no-coverage",
"watch": "concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\"",
"typeorm": "ts-node -T ../../node_modules/typeorm/cli.js"
"typeorm": "node ../../node_modules/typeorm/cli.js"
},
"bin": {
"n8n": "./bin/n8n"
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b62c1d7

Please sign in to comment.