Skip to content

Commit b58f55d

Browse files
committed
Log full backtrace
1 parent 50bb3d1 commit b58f55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"scripts": {
4848
"build": "npm run build:tsdown",
49-
"build:tsdown": "RUST_BACKTRACE=1 NODE_OPTIONS=--max-old-space-size=8192 tsdown --config ./tsdown.config.ts",
49+
"build:tsdown": "RUST_BACKTRACE=full NODE_OPTIONS=--max-old-space-size=8192 tsdown --config ./tsdown.config.ts",
5050
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0)",
5151
"bump:dev": "PACKAGES_TO_BUMP=$(cat package.json | jq -r '(.pinDependencies // {}) as $P | (.localDependencies // {} | keys) as $L | (.devDependencies // {}) | to_entries | map(select(.key as $K | $L | contains([$K]) | not)) | map(.key + \"@\" + ($P[.key] // [\"latest\"])[0]) | join(\" \")') && [ ! -z \"$PACKAGES_TO_BUMP\" ] && npm install $PACKAGES_TO_BUMP || true",
5252
"bump:prod": "PACKAGES_TO_BUMP=$(cat package.json | jq -r '(.pinDependencies // {}) as $P | (.localDependencies // {} | keys) as $L | (.dependencies // {}) | to_entries | map(select(.key as $K | $L | contains([$K]) | not)) | map(.key + \"@\" + ($P[.key] // [\"latest\"])[0]) | join(\" \")') && [ ! -z \"$PACKAGES_TO_BUMP\" ] && npm install --save-exact $PACKAGES_TO_BUMP || true",

0 commit comments

Comments
 (0)