Skip to content

Commit

Permalink
maint/dev ~ add 'show:deps' script for deps display during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 1, 2021
1 parent 8438dff commit 1853b98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
"retest": "run-s clean test",
"# reset:hard # remove *all* generated files and reinstall dependencies": "",
"reset:hard": "git clean -dfx && git reset --hard && npm install",
"# show:deps # show package dependencies": "",
"show:deps": "run-s --silent show:deps:prod show:deps:dev || shx true",
"show:deps:dev": "npm --silent ls --only development || shx true",
"show:deps:prod": "npm --silent ls --only production || shx true",
"# test # test package": "",
"test": "run-s _:regen:lint/build && run-p test:*",
"# test:code # test package code": "",
Expand Down

0 comments on commit 1853b98

Please sign in to comment.