We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bb3d1 commit b58f55dCopy full SHA for b58f55d
1 file changed
packages/bundle/package.json
@@ -46,7 +46,7 @@
46
},
47
"scripts": {
48
"build": "npm run build:tsdown",
49
- "build:tsdown": "RUST_BACKTRACE=1 NODE_OPTIONS=--max-old-space-size=8192 tsdown --config ./tsdown.config.ts",
+ "build:tsdown": "RUST_BACKTRACE=full NODE_OPTIONS=--max-old-space-size=8192 tsdown --config ./tsdown.config.ts",
50
"bump": "npm run bump:prod && npm run bump:dev && (npm audit fix || exit 0)",
51
"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",
52
"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