diff --git a/package.json b/package.json index 3b7c981..ea5afb9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "main": "index.js", "scripts": { "start": "docker-compose up -d && tsc && tsc-alias && node ./dist/index.js", + "dev": "tsc && tsc-alias && node ./dist/index.js", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "build": "tsc"