Skip to content

Commit

Permalink
Add snyk monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
myfunc committed Jul 10, 2024
1 parent fe18757 commit 8ad9bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules

dist

snyk.monitor.sh
package-lock.json
*.tgz
dev.db
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8ad9bfa

Please sign in to comment.