fix: broken npm start
This commit is contained in:
parent
bea36351c2
commit
d688006958
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --noEmit false",
|
"build": "tsc --noEmit false",
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "tsx src/index.ts",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/src/index.js",
|
||||||
"test": "npm run build && node --test dist/test/*.test.js"
|
"test": "npm run build && node --test dist/test/*.test.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user