mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Adding dependency-fix with npm commnads in package.json
"dependency-fix": "npm fund && npm audit fix --force",
This commit is contained in:
parent
fe535d9df2
commit
729f112f7f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
"events-ext": "deno run --allow-all utils/events-ext.js",
|
||||
"db-repo": "deno run --allow-all utils/db-repo.js",
|
||||
"gen-images": "deno run --allow-all utils/gen-images.js",
|
||||
"dependency-fix": "npm fund && npm audit fix --force",
|
||||
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext && npm run db-repo"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue