Skip to content

Commit 6e68d23

Browse files
authored
chore: add dependencies script (#5148)
No more having to manually remember to run this!
1 parent cb0db7c commit 6e68d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"tap": "^16.0.1"
210210
},
211211
"scripts": {
212+
"dependencies": "node scripts/bundle-and-gitignore-deps.js",
212213
"dumpconf": "env | grep npm | sort | uniq",
213214
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
214215
"licenses": "licensee --production --errors-only",

0 commit comments

Comments
 (0)