We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4527124 commit eb2780eCopy full SHA for eb2780e
script/release
@@ -5,7 +5,7 @@ echo "📦 Publishing latest release..."
5
6
# note: try-publish should exit cleanly if it detects a duplicate
7
# published version
8
-npx lerna exec $@ -- script/try-publish
+npx lerna exec $@ -- $(dirname $0)/try-publish
9
10
# Build and publish storybook
11
npx build-storybook -o build
0 commit comments