diff --git a/package.json b/package.json index 616517c..d3f50c7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "scripts": { "dev": "cross-env NODE_ENV=development tsx watch src/index.ts", - "build": "tsc -p tsconfig.build.json && tsc-alias", + "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "start": "cross-env NODE_ENV=production node dist/index.js", "lint": "eslint \"src/**/*.ts\"", "lint:fix": "eslint \"src/**/*.ts\" --fix",