Skip to content

Commit

Permalink
update depcruise
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed May 9, 2022
1 parent c20d4a6 commit 2bb134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"build": "npm run clean && run-p build:*",
"build:siteup": "siteup --src web --dest public",
"clean": "rimraf public && mkdirp public",
"deps": "depcruise --exclude '^node_modules|^[a-zA-Z0-9\\_]+$' --output-type dot . | dot -T svg > dependencygraph.svg",
"deps": "depcruise --exclude '^node_modules' --output-type dot . | dot -T svg > dependencygraph.svg",
"migrate": "postgrator",
"prod-migrate": "postgrator --no-config",
"prepare": "npm run build",
Expand Down

0 comments on commit 2bb134a

Please sign in to comment.