diff --git a/package.json b/package.json index bc5c1ed..0060dc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "test": "tsc && jest && prettier --check 'src/**'", - "develop": "concurrently \"tsc --watch\" \"nodemon lib/index.js\"" + "develop": "concurrently \"tsc --watch\" \"nodemon lib\"" }, "dependencies": { "crypto-random-string": "^3.2.0",