diff --git a/package.json b/package.json index 5a4b3c6..e11f994 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "scripts": { "test": "jest", - "build": "ncc build --source-map", + "build": "ncc build src/index.ts", "lint": "tsc --noEmit && eslint --ext .js,.ts ./" }, "repository": {