We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35da47 commit b29877bCopy full SHA for b29877b
package.json
@@ -35,7 +35,7 @@
35
"debug": "node bin/cli.js --debug bin lib",
36
"generate": "npm run generate:small && npm run generate:madge",
37
"generate:small": "bin/cli.js --image /tmp/simple.svg test/cjs/circular/a.js",
38
- "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",
39
"test:output": "./test/output.sh",
40
"release": "npm test && release-it"
41
},
0 commit comments