Skip to content

Commit a2494a6

Browse files
committed
chore(scripts): fix release command
1 parent d91fdc3 commit a2494a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ create-release-commit:
374374
#!/usr/bin/env bash
375375
set -euxo pipefail
376376

377-
npm exec release-it --increment pre
377+
npm exec release-it -- --increment pre
378378

379379
# Publish the npm package for a specific target
380380
publish-npm-binary-package:

0 commit comments

Comments
 (0)