diff --git a/package.json b/package.json index 1e88aea..ce92774 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "test:cov": "jest --config=jest.json --collectCoverage --detectOpenHandles --colors --forceExit", "test:ci": "npm run test:cov && codecov", "lint": "eslint ./src --ext .ts", - "lint:fix": "eslint ./src --ext .ts --fix" + "lint:fix": "eslint ./src --ext .ts --fix", + "prepublish": "npm run build" }, "bugs": { "url": "https://github.com/yss14/postgres-schema-builder/issues" @@ -58,4 +59,4 @@ "typescript": "^3.7.2", "uuid": "^3.3.3" } -} +} \ No newline at end of file