Skip to content

Commit eb2780e

Browse files
committed
fix path to script/try-publish
1 parent 4527124 commit eb2780e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "📦 Publishing latest release..."
55

66
# note: try-publish should exit cleanly if it detects a duplicate
77
# published version
8-
npx lerna exec $@ -- script/try-publish
8+
npx lerna exec $@ -- $(dirname $0)/try-publish
99

1010
# Build and publish storybook
1111
npx build-storybook -o build

0 commit comments

Comments
 (0)