From a30c05e9424918c5406eae3281ff9f9413c1b6e3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 11 Jul 2023 12:24:20 +0700 Subject: [PATCH] Updated the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8f7332..1fc8340 100644 --- a/package.json +++ b/package.json @@ -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" },