diff --git a/package.json b/package.json index 158c07e..0972ec0 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "scripts": { "clean": "rm -fR lib", "build": "tsc", + "postinstall": "npm run build", "dev": "yarn clean && tsc -w", "test": "NODE_OPTIONS=--experimental-vm-modules dotenv -e .env -- jest --config ./jest.json --runInBand --detectOpenHandles", "ts-node": "ts-node", @@ -76,4 +77,4 @@ "tsconfig-paths": "^4.1.2", "typescript": "^4.9.5" } -} +} \ No newline at end of file