Skip to content

Commit

Permalink
Merge pull request #3182 from Zemnmez/pr3182
Browse files Browse the repository at this point in the history
Fix repin
  • Loading branch information
Zemnmez authored May 31, 2023
2 parents 33eee8e + a3d9db2 commit fedcef4
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 @@ -99,7 +99,7 @@
"fix": "npm run bazel run //:fix",
"dev": "npm run ibazel --run_output --run_output_interactive=false test",
"pr": "gh pr create -f; gh pr merge -md --auto",
"repin": "CARGO_BAZEL_REPIN=1 npm run bazel sync --only=cargo",
"repin": "CARGO_BAZEL_REPIN=1 npm run -- bazel sync --only=cargo",
"pnpm": "npm run -- bazel run -- @pnpm//:pnpm --dir $PWD"
},
"dependencies": {
Expand Down

0 comments on commit fedcef4

Please sign in to comment.