Skip to content

Commit 9379d6e

Browse files
committed
fix: add railway start command
1 parent 254233c commit 9379d6e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ playwright-report
99
test-results
1010
*.tsbuildinfo
1111
.commandboard
12+
supabase/.temp

apps/commandboard-api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"build": "tsc -p tsconfig.json",
99
"dev": "tsx src/index.ts",
10+
"start": "node dist/index.js",
1011
"test": "vitest run src",
1112
"test:contract": "vitest run src/contract.test.ts"
1213
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "npm --workspace @logicsrc/schemas run build && npm --workspace @logicsrc/validators run build && npm --workspace @logicsrc/plugin-core run build && npm --workspace @logicsrc/plugin-coinpay run build && npm --workspace @logicsrc/plugin-ugig run build && npm --workspace @logicsrc/plugin-sh1pt run build && npm --workspace @logicsrc/tui run build && npm --workspace @logicsrc/cli run build && npm --workspace @logicsrc/commandboard-api run build && npm --workspace @logicsrc/commandboard-web run build",
16+
"start": "npm --workspace @logicsrc/commandboard-api run start",
1617
"test": "npm run test --workspaces --if-present",
1718
"check": "npm run build && npm run test",
1819
"schemas:validate": "npm --workspace @logicsrc/validators run validate:fixtures",

0 commit comments

Comments
 (0)