diff --git a/.gitignore b/.gitignore index 3d9317e..11f3542 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules dist +snyk.monitor.sh package-lock.json *.tgz dev.db \ No newline at end of file diff --git a/package.json b/package.json index a44b4a2..706ffc9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "build": "tsc" + "build": "tsc", + "postpublish": "sh ./snyk.monitor.sh" }, "peerDependencies": { "@prisma/client": ">=5.0.0",