Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Nov 26, 2024
1 parent 7208b8e commit 1b1e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"circular-deps": "yarn madge --circular .",
"release": "yarn ts-node ./scripts/release.ts release",
"hs": "yarn build && node ./dist/bin/hs",
"unreleased-changes": "ts-node ./scripts/unreleasedChanges.ts",
"unreleased-changes": "yarn ts-node ./scripts/unreleasedChanges.ts",
"update-ldl": "yarn add --exact @hubspot/local-dev-lib@latest"
},
"lint-staged": {
Expand Down

0 comments on commit 1b1e7e6

Please sign in to comment.