Skip to content

Commit 17a7086

Browse files
committed
At this point, I've had the worst experience with Railway and don't think I'll ever use it in my life again
1 parent d920472 commit 17a7086

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"dev": "npm-run-all snippets:consolidate dev:server",
88
"dev:server": "tsx index.ts",
99
"build": "npm-run-all --parallel snippets:consolidate build:server",
10-
"build:server": "tsup index.ts --out-dir dist --format esm",
10+
"build:server": "npx tsup index.ts --out-dir dist --format esm",
1111
"start": "node dist/index.js",
1212
"lint": "eslint .",
1313
"format": "prettier --write .",
1414
"format:check": "prettier --check .",
15-
"snippets:check": "tsx ./scripts/checkSnippetFormatting.ts",
16-
"snippets:consolidate": "tsx ./scripts/consolidateSnippets.ts"
15+
"snippets:check": "npx tsx ./scripts/checkSnippetFormatting.ts",
16+
"snippets:consolidate": "npx tsx ./scripts/consolidateSnippets.ts"
1717
},
1818
"keywords": [],
1919
"author": "",
@@ -27,9 +27,7 @@
2727
"fs": "^0.0.1-security",
2828
"path": "^0.12.7",
2929
"process": "^0.11.10",
30-
"tsconfig-paths": "^4.2.0",
31-
"tsup": "^8.5.0",
32-
"tsx": "^4.19.4"
30+
"tsconfig-paths": "^4.2.0"
3331
},
3432
"devDependencies": {
3533
"@eslint/compat": "^1.2.4",
@@ -46,6 +44,8 @@
4644
"npm-run-all": "^4.1.5",
4745
"prettier": "^3.5.3",
4846
"ts-node": "^10.9.2",
47+
"tsup": "^8.5.0",
48+
"tsx": "^4.19.4",
4949
"typescript": "^5.8.3",
5050
"typescript-eslint": "^8.7.0"
5151
}

0 commit comments

Comments
 (0)