Skip to content

Commit

Permalink
fix: add debug prints to the semantic-release run (#541)
Browse files Browse the repository at this point in the history
Co-authored-by: CircleCI <no-reply@build.com>
  • Loading branch information
harelmo-lumigo and CircleCI authored Nov 11, 2024
1 parent 3121f21 commit bc00d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint \"src/**/*.{ts,tsx,js}\"",
"prettier:ci": "prettier --list-different \"src/**/*.[jt]s\" --parser typescript",
"prettier:fix": "prettier --write \"./src/**/*.[jt]s\" --parser typescript",
"semantic-release": "semantic-release",
"semantic-release": "semantic-release --debug",
"test:unit": "NODE_OPTIONS=--unhandled-rejections=strict jest -c jest.unit.config.js --detectOpenHandles --runInBand --forceExit --silent",
"test:instrumentations": "npm run build && jest -c jest.instrumentations.config.js --detectOpenHandles --runInBand --silent=false",
"test:instrumentations:ci": "npm run build && jest -c jest.instrumentations.config.js --runInBand --forceExit --silent=false",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_dist_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ next_version=$1

pushd ./dist
if [ ! -f "package.json" ]; then
echo "File dist/package.json found."
echo "No dist/package.json found, failing deployment!"
exit 1
fi

Expand Down

0 comments on commit bc00d9c

Please sign in to comment.