mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
fix start command (#400)
This commit is contained in:
parent
b0574c1f38
commit
ba389e3527
@ -11,7 +11,7 @@
|
|||||||
"url": "git+https://github.com/IT4Change/IT4C.dev.git"
|
"url": "git+https://github.com/IT4Change/IT4C.dev.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./build/index.js",
|
"start": "node ./build/src/index.js",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"dev": "tsx watch ./src/index.ts",
|
"dev": "tsx watch ./src/index.ts",
|
||||||
"test:unit": "jest",
|
"test:unit": "jest",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user