Updated the package

This commit is contained in:
Sambo Chea 2023-07-11 12:24:20 +07:00
parent 92312f465f
commit a30c05e942
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -8,7 +8,7 @@
},
"scripts": {
"start": "ts-node-dev --respawn --transpile-only src/cli.ts",
"test": "ts-node-dev --respawn --transpile-only src/test.ts",
"test": "ts-node-dev --respawn --transpile-only test/test.ts",
"local": "ts-node-dev --respawn --transpile-only src/cli.ts start -p local",
"build": "tsc"
},