Skip to content

Commit

Permalink
remove debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-a committed Feb 3, 2023
1 parent c35da47 commit b29877b
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 @@ -35,7 +35,7 @@
"debug": "node bin/cli.js --debug bin lib",
"generate": "npm run generate:small && npm run generate:madge",
"generate:small": "bin/cli.js --image /tmp/simple.svg test/cjs/circular/a.js",
"generate:madge": "export CI=true; bin/cli.js --image /tmp/madge.svg bin lib",
"generate:madge": "bin/cli.js --image /tmp/madge.svg bin lib",
"test:output": "./test/output.sh",
"release": "npm test && release-it"
},
Expand Down

0 comments on commit b29877b

Please sign in to comment.