Skip to content

Commit

Permalink
chore: add dependencies script (#5148)
Browse files Browse the repository at this point in the history
No more having to manually remember to run this!
  • Loading branch information
wraithgar committed Jul 12, 2022
1 parent cb0db7c commit 6e68d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -209,6 +209,7 @@
"tap": "^16.0.1"
},
"scripts": {
"dependencies": "node scripts/bundle-and-gitignore-deps.js",
"dumpconf": "env | grep npm | sort | uniq",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
Expand Down

0 comments on commit 6e68d23

Please sign in to comment.