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 9f48abe commit c2a15a3Copy full SHA for c2a15a3
examples/bundle-analyzer-cli/package.json
@@ -18,7 +18,7 @@
18
},
19
"type": "module",
20
"scripts": {
21
- "build": "rollup -c && pnpm bundle-analyzer ./dist -v --bundle-name=@codecov/example-bundle-analyzer-cli --upload-token=$BUNDLE_ANALYZER_UPLOAD_TOKEN --api-url=$BUNDLE_ANALYZER_API_URL --config-file=./baconfig.json"
+ "build": "rollup -c && pnpm bundle-analyzer ./dist -v --bundle-name=@codecov/example-bundle-analyzer-cli --upload-token=$BUNDLE_ANALYZER_UPLOAD_TOKEN --api-url=$BUNDLE_ANALYZER_API_URL --config-file=./baconfig.json --debug"
22
23
"devDependencies": {
24
"@codecov/bundle-analyzer": "workspace:^",
0 commit comments