diff --git a/app.ts b/app.ts deleted file mode 100644 index e69d525..0000000 --- a/app.ts +++ /dev/null @@ -1,9 +0,0 @@ -import randomBunny from "./dist/index.js"; - -async function app() { - const result = await randomBunny('rabbits', 'hot'); - - console.log(result); -} - -app(); \ No newline at end of file diff --git a/package.json b/package.json index de7901e..c4ffaca 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ }, "scripts": { "build": "tsc", - "start": "ts-node app.ts", - "cli": "ts-node src/cli.ts", + "start": "node dist/cli.js", "test": "jest", "lint": "eslint .", "release": "np --no-publish"